Home
last modified time | relevance | path

Searched refs:ShadowStackGCLowering (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DShadowStackGCLowering.cpp51 class ShadowStackGCLowering : public FunctionPass { class
67 ShadowStackGCLowering();
88 char ShadowStackGCLowering::ID = 0;
90 INITIALIZE_PASS_BEGIN(ShadowStackGCLowering, DEBUG_TYPE,
93 INITIALIZE_PASS_END(ShadowStackGCLowering, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
96 FunctionPass *llvm::createShadowStackGCLoweringPass() { return new ShadowStackGCLowering(); } in INITIALIZE_PASS_DEPENDENCY()
98 ShadowStackGCLowering::ShadowStackGCLowering() : FunctionPass(ID) { in ShadowStackGCLowering() function in ShadowStackGCLowering
102 Constant *ShadowStackGCLowering::GetFrameMap(Function &F) { in GetFrameMap()
156 Type *ShadowStackGCLowering::GetConcreteStackEntryType(Function &F) { in GetConcreteStackEntryType()
168 bool ShadowStackGCLowering::doInitialization(Module &M) { in doInitialization()
[all …]
DCMakeLists.txt135 ShadowStackGCLowering.cpp
/external/llvm/lib/CodeGen/
DShadowStackGCLowering.cpp33 class ShadowStackGCLowering : public FunctionPass { class
49 ShadowStackGCLowering();
68 INITIALIZE_PASS_BEGIN(ShadowStackGCLowering, "shadow-stack-gc-lowering",
71 INITIALIZE_PASS_END(ShadowStackGCLowering, "shadow-stack-gc-lowering", in INITIALIZE_PASS_DEPENDENCY()
74 FunctionPass *llvm::createShadowStackGCLoweringPass() { return new ShadowStackGCLowering(); } in INITIALIZE_PASS_DEPENDENCY()
76 char ShadowStackGCLowering::ID = 0;
78 ShadowStackGCLowering::ShadowStackGCLowering() in ShadowStackGCLowering() function in ShadowStackGCLowering
199 Constant *ShadowStackGCLowering::GetFrameMap(Function &F) { in GetFrameMap()
253 Type *ShadowStackGCLowering::GetConcreteStackEntryType(Function &F) { in GetConcreteStackEntryType()
265 bool ShadowStackGCLowering::doInitialization(Module &M) { in doInitialization()
[all …]
DCMakeLists.txt115 ShadowStackGCLowering.cpp
/external/llvm/docs/
DGarbageCollection.rst880 ShadowStackGCLowering pass.
/external/swiftshader/third_party/llvm-7.0/
DAndroid.mk311 llvm/lib/CodeGen/ShadowStackGCLowering.cpp \
DBUILD.gn882 "llvm/lib/CodeGen/ShadowStackGCLowering.cpp",
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DGarbageCollection.rst880 ShadowStackGCLowering pass.
/external/swiftshader/
DCMakeLists.txt977 ${LLVM_DIR}/lib/CodeGen/ShadowStackGCLowering.cpp