Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DShadowStackGCLowering.cpp53 class ShadowStackGCLowering : public FunctionPass { class
69 ShadowStackGCLowering();
91 char ShadowStackGCLowering::ID = 0;
92 char &llvm::ShadowStackGCLoweringID = ShadowStackGCLowering::ID;
94 INITIALIZE_PASS_BEGIN(ShadowStackGCLowering, DEBUG_TYPE,
98 INITIALIZE_PASS_END(ShadowStackGCLowering, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
101 FunctionPass *llvm::createShadowStackGCLoweringPass() { return new ShadowStackGCLowering(); } in INITIALIZE_PASS_DEPENDENCY()
103 ShadowStackGCLowering::ShadowStackGCLowering() : FunctionPass(ID) { in ShadowStackGCLowering() function in ShadowStackGCLowering
107 Constant *ShadowStackGCLowering::GetFrameMap(Function &F) { in GetFrameMap()
161 Type *ShadowStackGCLowering::GetConcreteStackEntryType(Function &F) { in GetConcreteStackEntryType()
[all …]
H A DCMakeLists.txt211 ShadowStackGCLowering.cpp
/openbsd-src/gnu/usr.bin/clang/libLLVMCodeGen/
H A DMakefile194 ShadowStackGCLowering.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/CodeGen/
H A DBUILD.gn208 "ShadowStackGCLowering.cpp",
/openbsd-src/gnu/llvm/llvm/docs/
H A DGarbageCollection.rst858 ShadowStackGCLowering pass.