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

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DGCMetadata.h125 /// addSafePoint - Notes the existence of a safe point. Num is the ID of the
128 void addSafePoint(GC::PointKind Kind, MCSymbol *Label, DebugLoc DL) { function in class:llvm::GCFunctionInfo
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DGCStrategy.cpp368 FI->addSafePoint(GC::PreCall, Label, CI->getDebugLoc());
373 FI->addSafePoint(GC::PostCall, Label, CI->getDebugLoc());

Completed in 121 milliseconds