Home
last modified time | relevance | path

Searched refs:GCPoint (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DGCMetadata.h60 struct GCPoint { struct
65 GCPoint(GC::PointKind K, MCSymbol *L, DebugLoc DL) in GCPoint() argument
84 typedef std::vector<GCPoint>::iterator iterator;
93 std::vector<GCPoint> SafePoints;
128 SafePoints.push_back(GCPoint(Kind, Label, DL)); in addSafePoint()
/external/llvm/include/llvm/CodeGen/
DGCMetadata.h52 struct GCPoint { struct
57 GCPoint(GC::PointKind K, MCSymbol *L, DebugLoc DL) in GCPoint() argument
76 typedef std::vector<GCPoint>::iterator iterator;
85 std::vector<GCPoint> SafePoints;