Home
last modified time | relevance | path

Searched refs:ShadowStackGC (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DShadowStackGC.cpp42 class ShadowStackGC : public GCStrategy { class
57 ShadowStackGC();
77 static GCRegistry::Add<ShadowStackGC>
198 ShadowStackGC::ShadowStackGC() : Head(nullptr), StackEntryTy(nullptr) { in ShadowStackGC() function in ShadowStackGC
203 Constant *ShadowStackGC::GetFrameMap(Function &F) { in GetFrameMap()
259 Type* ShadowStackGC::GetConcreteStackEntryType(Function &F) { in GetConcreteStackEntryType()
271 bool ShadowStackGC::initializeCustomLowering(Module &M) { in initializeCustomLowering()
316 bool ShadowStackGC::IsNullValue(Value *V) { in IsNullValue()
322 void ShadowStackGC::CollectRoots(Function &F) { in CollectRoots()
350 ShadowStackGC::CreateGEP(LLVMContext &Context, IRBuilder<> &B, Value *BasePtr, in CreateGEP()
[all …]
H A DCMakeLists.txt97 ShadowStackGC.cpp
/minix3/external/bsd/llvm/lib/libLLVMCodeGen/
H A DMakefile104 ShadowStackGC.cpp \