Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DErlangGC.cpp47 NeededSafePoints = 1 << GC::PostCall; in ErlangGC()
77 FI.addSafePoint(GC::PostCall, Label, MI->getDebugLoc()); in findCustomSafePoints()
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()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
DTraversalChecker.cpp65 check::PostCall > {
DNoReturnFunctionChecker.cpp29 class NoReturnFunctionChecker : public Checker< check::PostCall,
DCheckerDocumentation.cpp42 check::PostCall,
DSimpleStreamChecker.cpp50 class SimpleStreamChecker : public Checker<check::PostCall,
DDynamicTypePropagation.cpp29 check::PostCall,
DObjCSelfInitChecker.cpp62 check::PostCall,
DRetainCountChecker.cpp2331 check::PostCall,
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
DGCMetadata.h54 PostCall ///< Instr is the return address of a call. enumerator
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
DChecker.h168 class PostCall {