Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DShadowStackGC.cpp41 class ShadowStackGC : public GCStrategy { class
56 ShadowStackGC();
76 static GCRegistry::Add<ShadowStackGC>
197 ShadowStackGC::ShadowStackGC() : Head(0), StackEntryTy(0) { in ShadowStackGC() function in ShadowStackGC
202 Constant *ShadowStackGC::GetFrameMap(Function &F) { in GetFrameMap()
258 Type* ShadowStackGC::GetConcreteStackEntryType(Function &F) { in GetConcreteStackEntryType()
270 bool ShadowStackGC::initializeCustomLowering(Module &M) { in initializeCustomLowering()
315 bool ShadowStackGC::IsNullValue(Value *V) { in IsNullValue()
321 void ShadowStackGC::CollectRoots(Function &F) { in CollectRoots()
349 ShadowStackGC::CreateGEP(LLVMContext &Context, IRBuilder<> &B, Value *BasePtr, in CreateGEP()
[all …]
DCMakeLists.txt89 ShadowStackGC.cpp
DAndroid.mk89 ShadowStackGC.cpp \