Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DGCMetadata.h60 struct GCPoint { struct
65 GCPoint(GC::PointKind K, MCSymbol *L, DebugLoc DL) in GCPoint() function
85 typedef std::vector<GCPoint>::iterator iterator;
94 std::vector<GCPoint> SafePoints;
129 SafePoints.push_back(GCPoint(Kind, Label, DL)); in addSafePoint()