Searched defs:ShadowStackGC (Results 1 - 1 of 1) 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:__anon21224
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...]

Completed in 45 milliseconds