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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DGCMetadata.h58 /// GCPoint - Metadata for a collector-safe point in machine code.
60 struct GCPoint { struct in namespace:llvm
65 GCPoint(GC::PointKind K, MCSymbol *L, DebugLoc DL) function in struct:llvm::GCPoint
84 typedef std::vector<GCPoint>::iterator iterator;
93 std::vector<GCPoint> SafePoints;
128 SafePoints.push_back(GCPoint(Kind, Label, DL));
/external/llvm/include/llvm/CodeGen/
H A DGCMetadata.h50 /// GCPoint - Metadata for a collector-safe point in machine code.
52 struct GCPoint { struct in namespace:llvm
57 GCPoint(GC::PointKind K, MCSymbol *L, DebugLoc DL) function in struct:llvm::GCPoint
76 typedef std::vector<GCPoint>::iterator iterator;
85 std::vector<GCPoint> SafePoints;

Completed in 48 milliseconds