Lines Matching refs:ShadowStackGC
41 class ShadowStackGC : public GCStrategy { class
56 ShadowStackGC();
76 static GCRegistry::Add<ShadowStackGC>
198 ShadowStackGC::ShadowStackGC() : Head(0), StackEntryTy(0) { 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()
363 ShadowStackGC::CreateGEP(LLVMContext &Context, IRBuilder<> &B, Value *BasePtr, in CreateGEP()
375 bool ShadowStackGC::performCustomLowering(Function &F) { in performCustomLowering()