Searched refs:PointKind (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DGCMetadata.h48 /// PointKind - The type of a collector-safe point.
50 enum PointKind { enum in namespace:llvm::GC
61 GC::PointKind Kind; ///< The kind of the safe point.
65 GCPoint(GC::PointKind K, MCSymbol *L, DebugLoc DL)
128 void addSafePoint(GC::PointKind Kind, MCSymbol *Label, DebugLoc DL) {
H A DGCStrategy.h99 bool needsSafePoint(GC::PointKind Kind) const {
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DGCMetadata.cpp144 static const char *DescKind(GC::PointKind Kind) {

Completed in 125 milliseconds