#include #include #include ">

LLVM: lib/CodeGen/ShadowStackGCLowering.cpp File Reference (original) (raw)

#include "[llvm/CodeGen/ShadowStackGCLowering.h](ShadowStackGCLowering%5F8h%5Fsource.html)"
#include "[llvm/ADT/SmallVector.h](SmallVector%5F8h%5Fsource.html)"
#include "[llvm/ADT/StringExtras.h](StringExtras%5F8h%5Fsource.html)"
#include "[llvm/Analysis/DomTreeUpdater.h](DomTreeUpdater%5F8h%5Fsource.html)"
#include "[llvm/CodeGen/GCMetadata.h](GCMetadata%5F8h%5Fsource.html)"
#include "[llvm/CodeGen/Passes.h](CodeGen%5F2Passes%5F8h%5Fsource.html)"
#include "[llvm/IR/BasicBlock.h](IR%5F2BasicBlock%5F8h%5Fsource.html)"
#include "[llvm/IR/Constant.h](IR%5F2Constant%5F8h%5Fsource.html)"
#include "[llvm/IR/Constants.h](Constants%5F8h%5Fsource.html)"
#include "[llvm/IR/DerivedTypes.h](DerivedTypes%5F8h%5Fsource.html)"
#include "[llvm/IR/Dominators.h](Dominators%5F8h%5Fsource.html)"
#include "[llvm/IR/Function.h](IR%5F2Function%5F8h%5Fsource.html)"
#include "[llvm/IR/GlobalValue.h](GlobalValue%5F8h%5Fsource.html)"
#include "[llvm/IR/GlobalVariable.h](GlobalVariable%5F8h%5Fsource.html)"
#include "[llvm/IR/IRBuilder.h](IRBuilder%5F8h%5Fsource.html)"
#include "[llvm/IR/Instructions.h](Instructions%5F8h%5Fsource.html)"
#include "[llvm/IR/IntrinsicInst.h](IR%5F2IntrinsicInst%5F8h%5Fsource.html)"
#include "[llvm/IR/Intrinsics.h](Intrinsics%5F8h%5Fsource.html)"
#include "[llvm/IR/Module.h](IR%5F2Module%5F8h%5Fsource.html)"
#include "[llvm/IR/Type.h](IR%5F2Type%5F8h%5Fsource.html)"
#include "[llvm/IR/Value.h](IR%5F2Value%5F8h%5Fsource.html)"
#include "[llvm/InitializePasses.h](InitializePasses%5F8h%5Fsource.html)"
#include "[llvm/Pass.h](Pass%5F8h%5Fsource.html)"
#include "[llvm/Support/Casting.h](Casting%5F8h%5Fsource.html)"
#include "[llvm/Transforms/Utils/EscapeEnumerator.h](EscapeEnumerator%5F8h%5Fsource.html)"
#include <cassert>
#include <optional>
#include <utility>
#include <vector>

Go to the source code of this file.

Macros
#define DEBUG_TYPE "shadow-stack-gc-lowering"
Functions
Variables
DEBUG_TYPE
Shadow Stack GC Lowering
Shadow Stack GC false

Macro Definition Documentation

DEBUG_TYPE

#define DEBUG_TYPE "shadow-stack-gc-lowering"

Definition at line 50 of file ShadowStackGCLowering.cpp.

Function Documentation

INITIALIZE_PASS_BEGIN()

INITIALIZE_PASS_BEGIN ( ShadowStackGCLowering ,
DEBUG_TYPE ,
"Shadow Stack GC Lowering" ,
false ,
false
)

Variable Documentation

DEBUG_TYPE

DEBUG_TYPE

Definition at line 139 of file ShadowStackGCLowering.cpp.

false

Shadow Stack GC false

Definition at line 140 of file ShadowStackGCLowering.cpp.

Lowering

Shadow Stack GC Lowering

Definition at line 140 of file ShadowStackGCLowering.cpp.