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

/external/llvm/lib/CodeGen/
H A DShadowStackGC.cpp1 //===-- ShadowStackGC.cpp - GC support for uncooperative targets ----------===//
20 // ShadowStackGC.
41 class ShadowStackGC : public GCStrategy { class in namespace:__anon9532
56 ShadowStackGC();
76 static GCRegistry::Add<ShadowStackGC>
197 ShadowStackGC::ShadowStackGC() : Head(0), StackEntryTy(0) { function in class:ShadowStackGC
202 Constant *ShadowStackGC::GetFrameMap(Function &F) {
258 Type* ShadowStackGC::GetConcreteStackEntryType(Function &F) {
270 bool ShadowStackGC
[all...]
H A DAndroid.mk92 ShadowStackGC.cpp \

Completed in 966 milliseconds