Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DGCMetadata.h56 struct GCPoint { struct
60 GCPoint(MCSymbol *L, DebugLoc DL) in GCPoint() argument
79 using iterator = std::vector<GCPoint>::iterator;
88 std::vector<GCPoint> SafePoints;
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DErlangGCPrinter.cpp79 for (const GCPoint &P : MD) { in finishAssembly()