Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DShadowStackGCLowering.cpp53 class ShadowStackGCLowering : public FunctionPass { class
69 ShadowStackGCLowering();
91 char ShadowStackGCLowering::ID = 0;
93 INITIALIZE_PASS_BEGIN(ShadowStackGCLowering, DEBUG_TYPE,
97 INITIALIZE_PASS_END(ShadowStackGCLowering, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
100 FunctionPass *llvm::createShadowStackGCLoweringPass() { return new ShadowStackGCLowering(); } in INITIALIZE_PASS_DEPENDENCY()
102 ShadowStackGCLowering::ShadowStackGCLowering() : FunctionPass(ID) { in ShadowStackGCLowering() function in ShadowStackGCLowering
106 Constant *ShadowStackGCLowering::GetFrameMap(Function &F) { in GetFrameMap()
160 Type *ShadowStackGCLowering::GetConcreteStackEntryType(Function &F) { in GetConcreteStackEntryType()
172 bool ShadowStackGCLowering::doInitialization(Module &M) { in doInitialization()
[all …]
H A DCMakeLists.txt160 ShadowStackGCLowering.cpp
/netbsd-src/external/apache2/llvm/lib/libLLVMCodeGen/
H A DMakefile170 ShadowStackGCLowering.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/CodeGen/
H A DBUILD.gn181 "ShadowStackGCLowering.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DGarbageCollection.rst858 ShadowStackGCLowering pass.