Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DGCMetadata.h56 struct GCPoint { struct
60 GCPoint(MCSymbol *L, DebugLoc DL) in GCPoint() function
79 using iterator = std::vector<GCPoint>::iterator;
88 std::vector<GCPoint> SafePoints;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DErlangGCPrinter.cpp81 for (const GCPoint &P : MD) { in finishAssembly()