Searched refs:ShadowStackGCLowering (Results 1 – 9 of 9) sorted by relevance
51 class ShadowStackGCLowering : public FunctionPass { class67 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 ShadowStackGCLowering102 Constant *ShadowStackGCLowering::GetFrameMap(Function &F) { in GetFrameMap()156 Type *ShadowStackGCLowering::GetConcreteStackEntryType(Function &F) { in GetConcreteStackEntryType()168 bool ShadowStackGCLowering::doInitialization(Module &M) { in doInitialization()[all …]
135 ShadowStackGCLowering.cpp
33 class ShadowStackGCLowering : public FunctionPass { class49 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 ShadowStackGCLowering199 Constant *ShadowStackGCLowering::GetFrameMap(Function &F) { in GetFrameMap()253 Type *ShadowStackGCLowering::GetConcreteStackEntryType(Function &F) { in GetConcreteStackEntryType()265 bool ShadowStackGCLowering::doInitialization(Module &M) { in doInitialization()[all …]
115 ShadowStackGCLowering.cpp
880 ShadowStackGCLowering pass.
311 llvm/lib/CodeGen/ShadowStackGCLowering.cpp \
882 "llvm/lib/CodeGen/ShadowStackGCLowering.cpp",
977 ${LLVM_DIR}/lib/CodeGen/ShadowStackGCLowering.cpp