OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addSafePoint
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
GCMetadata.h
120
///
addSafePoint
- Notes the existence of a safe point. Num is the ID of the
123
void
addSafePoint
(GC::PointKind Kind, MCSymbol *Label, DebugLoc DL) {
/external/llvm/lib/CodeGen/
GCRootLowering.cpp
288
FI->
addSafePoint
(GC::PreCall, Label, CI->getDebugLoc());
293
FI->
addSafePoint
(GC::PostCall, Label, CI->getDebugLoc());
Completed in 569 milliseconds