Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DShadowStackGC.cpp41 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()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DBuiltinGCs.cpp57 class ShadowStackGC : public GCStrategy { class
59 ShadowStackGC() { in ShadowStackGC() function in __anonee6b8f4b0111::ShadowStackGC
133 static GCRegistry::Add<ShadowStackGC>
/external/llvm/lib/CodeGen/
DBuiltinGCs.cpp55 class ShadowStackGC : public GCStrategy { class
57 ShadowStackGC() { in ShadowStackGC() function in __anonbbf9edf30111::ShadowStackGC
128 static GCRegistry::Add<ShadowStackGC>
/external/swiftshader/third_party/LLVM/
DAndroid.mk138 lib/CodeGen/ShadowStackGC.cpp \
DAndroid.bp203 "lib/CodeGen/ShadowStackGC.cpp",
DBUILD.gn209 "lib/CodeGen/ShadowStackGC.cpp",
/external/llvm/docs/
DGarbageCollection.rst879 your GC. The best example of such a pass is the ShadowStackGC and it's
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DGarbageCollection.rst879 your GC. The best example of such a pass is the ShadowStackGC and it's