Home
last modified time | relevance | path

Searched refs:PostCall (Results 1 – 11 of 11) sorted by relevance

/external/llvm/lib/CodeGen/
DOcamlGC.cpp35 NeededSafePoints = 1 << GC::PostCall; in OcamlGC()
DGCStrategy.cpp372 if (FI->getStrategy().needsSafePoint(GC::PostCall)) { in VisitCallPoint()
374 FI->addSafePoint(GC::PostCall, Label, CI->getDebugLoc()); in VisitCallPoint()
DGCMetadata.cpp137 case GC::PostCall: return "post-call"; in DescKind()
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckerDocumentation.cpp42 check::PostCall,
DDynamicTypePropagation.cpp29 check::PostCall,
DSimpleStreamChecker.cpp50 class SimpleStreamChecker : public Checker<check::PostCall,
DObjCSelfInitChecker.cpp62 check::PostCall,
DRetainCountChecker.cpp2352 check::PostCall,
/external/llvm/include/llvm/CodeGen/
DGCMetadata.h54 PostCall ///< Instr is the return address of a call. enumerator
/external/clang/include/clang/StaticAnalyzer/Core/
DChecker.h168 class PostCall {
/external/llvm/docs/
DGarbageCollection.rst818 PostCall //< Instr is the return address of a call.
831 | 1 << GC::PostCall;
849 Almost every collector requires ``PostCall`` safe points, since these correspond