Home
last modified time | relevance | path

Searched refs:getCallSite (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DCallContext.h25 inline std::string getCallSite(const FrameLocation &Callsite) { in getCallSite() function
43 OContextStr << getCallSite(Callsite); in getLocWithContext()
56 OContextStr << getCallSite(Callsite); in getReversedLocWithContext()
H A DProfiledBinary.cpp151 ContextVec.push_back(getCallSite(Loc)); in getExpandedContextStr()
H A DProfileGenerator.cpp328 OCalleeCtxStr << getCallSite(*LeafLoc) << " @ " << CalleeName.str(); in populateFunctionBoundarySamples()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp329 ->getCallSite(); in getStmtForDiagnostics()
341 return CEE->getCalleeContext()->getCallSite(); in getStmtForDiagnostics()
H A DExprEngineCXX.cpp207 cast<Expr>(SFC->getCallSite()), State, CallerLCtx, in computeObjectUnderConstruction()
407 cast<Expr>(SFC->getCallSite()), State, CallerLCtx, in updateObjectsUnderConstruction()
512 LCtx->getStackFrame()->getCallSite()); in handleConstructor()
H A DExprEngineCallAndReturn.cpp92 S = CEE->getCalleeContext()->getCallSite(); in getLastStmt()
216 const Stmt *CE = calleeCtx->getCallSite(); in processCallExit()
H A DCallEvent.cpp919 while (isa<CXXInheritedCtorInitExpr>(SFC->getCallSite())) in getInheritingStackFrame()
1397 const Stmt *CallSite = CalleeCtx->getCallSite(); in getCaller()
H A DCoreEngine.cpp475 LCtx->getStackFrame()->getCallSite())) { in HandleVirtualBaseBranch()
H A DBugReporterVisitors.cpp964 if (CEE->getCalleeContext()->getCallSite() == S) in addVisitorIfNecessary()
998 if (CalleeContext->getCallSite() != S) in addVisitorIfNecessary()
1468 InitE = cast<ObjCMessageExpr>(CE->getCalleeContext()->getCallSite()) in VisitNode()
H A DMemRegion.cpp926 const Stmt *CallSite = SFC->getCallSite(); in getVarRegion()
H A DBugReporter.cpp291 const Stmt *CallSite = CExit.getCalleeContext()->getCallSite(); in getMessage()
H A DExprEngine.cpp1901 const Stmt *CE = CalleeSF->getCallSite(); in replayWithoutInlining()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp462 if (const Stmt *S = cast<StackFrameContext>(LCtx)->getCallSite()) { in dumpStack()
504 if (const Stmt *S = cast<StackFrameContext>(LCtx)->getCallSite()) { in printJson()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h319 const Stmt *getCallSite() const { return CallSite; } in getCallSite() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp180 const Stmt *CallSite = Context.getStackFrame()->getCallSite(); in checkEndFunction()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp512 S = LCtx->getStackFrame()->getCallSite(); in VisitNode()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h970 return cast<CXXConstructExpr>(getInheritingStackFrame()->getCallSite()); in getInheritingConstructor()