HomeSort by relevance Sort by last modified time
    Searched refs:ShadowStackGC (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/
BuiltinGCs.cpp 55 class ShadowStackGC : public GCStrategy {
57 ShadowStackGC() {
128 static GCRegistry::Add<ShadowStackGC>
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ShadowStackGC.cpp 1 //===-- ShadowStackGC.cpp - GC support for uncooperative targets ----------===//
20 // ShadowStackGC.
28 #define DEBUG_TYPE "shadowstackgc"
41 class ShadowStackGC : public GCStrategy {
56 ShadowStackGC();
76 static GCRegistry::Add<ShadowStackGC>
198 ShadowStackGC::ShadowStackGC() : Head(0), StackEntryTy(0) {
203 Constant *ShadowStackGC::GetFrameMap(Function &F) {
259 Type* ShadowStackGC::GetConcreteStackEntryType(Function &F)
    [all...]
  /external/swiftshader/third_party/LLVM/
Android.mk 138 lib/CodeGen/ShadowStackGC.cpp \

Completed in 2191 milliseconds