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

/external/llvm/lib/CodeGen/
H A DBuiltinGCs.cpp55 class ShadowStackGC : public GCStrategy { class in namespace:__anon13884
57 ShadowStackGC() { function in class:__anon13884::ShadowStackGC
128 static GCRegistry::Add<ShadowStackGC>
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DShadowStackGC.cpp1 //===-- ShadowStackGC.cpp - GC support for uncooperative targets ----------===//
20 // ShadowStackGC.
41 class ShadowStackGC : public GCStrategy { class in namespace:__anon22685
56 ShadowStackGC();
76 static GCRegistry::Add<ShadowStackGC>
198 ShadowStackGC::ShadowStackGC() : Head(0), StackEntryTy(0) { function in class:ShadowStackGC
203 Constant *ShadowStackGC::GetFrameMap(Function &F) {
259 Type* ShadowStackGC::GetConcreteStackEntryType(Function &F) {
271 bool ShadowStackGC
[all...]
/external/swiftshader/third_party/LLVM/
H A DAndroid.mk138 lib/CodeGen/ShadowStackGC.cpp \

Completed in 156 milliseconds