Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/IR/
HDStatepoint.h95 CallSiteTy getCallSite() const { in getCallSite() function
101 return cast<ConstantInt>(getCallSite().getArgument(FlagsPos)) in getFlags()
107 const Value *IDVal = getCallSite().getArgument(IDPos); in getID()
113 const Value *NumPatchBytesVal = getCallSite().getArgument(NumPatchBytesPos); in getNumPatchBytes()
122 return getCallSite().getArgument(CalledFunctionPos); in getCalledValue()
126 return getCallSite().getInstruction(); in getInstruction()
136 FunTy *getCaller() const { return getCallSite().getCaller(); } in getCaller()
141 return getCallSite().doesNotThrow() || (F ? F->doesNotThrow() : false); in doesNotThrow()
154 const Value *NumCallArgsVal = getCallSite().getArgument(NumCallArgsPos); in getNumCallArgs()
160 assert(CallArgsBeginPos <= (int)getCallSite().arg_size()); in arg_begin()
[all …]
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDStatepointLowering.cpp290 ImmutableCallSite CS(ISP.getCallSite()); in lowerCallFromStatepoint()
302 ISP.getCallSite(), ImmutableStatepoint::CallArgsBeginPos, in lowerCallFromStatepoint()
571 StatepointSite.getCallSite().getInstruction(); in lowerStatepointMetaArgs()
596 if (StatepointSite.getCallSite().isInvoke()) in lowerStatepointMetaArgs()
620 ImmutableCallSite CS(ISP.getCallSite()); in LowerStatepoint()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDBugReporterVisitors.cpp176 if (CEE->getCalleeContext()->getCallSite() == S) in addVisitorIfNecessary()
197 if (CalleeContext->getCallSite() != S) in addVisitorIfNecessary()
924 if (CEE->getCalleeContext()->getCallSite() == S || in trackNullOrUndefValue()
925 CEE->getCalleeContext()->getCallSite() == Inner) in trackNullOrUndefValue()
HDExprEngineCallAndReturn.cpp87 S = CEE->getCalleeContext()->getCallSite(); in getLastStmt()
229 const Stmt *CE = calleeCtx->getCallSite(); in processCallExit()
HDPathDiagnostic.cpp705 return CEE->getCalleeContext()->getCallSite(); in getStmt()
1131 const Stmt *CallSite = CExit.getCalleeContext()->getCallSite(); in getMessage()
HDExprEngineCXX.cpp197 if (const Stmt *Outer = LCtx->getCurrentStackFrame()->getCallSite()) { in VisitCXXConstructExpr()
HDCallEvent.cpp929 const Stmt *CallSite = CalleeCtx->getCallSite(); in getCaller()
HDBugReporter.cpp1275 const Stmt *CallSite = Callee->getCallSite(); in reversePropagateInterestingSymbols()
1411 const Stmt *S = CE->getCalleeContext()->getCallSite(); in GenerateExtensivePathDiagnostic()
1714 const Stmt *S = CE->getCalleeContext()->getCallSite(); in GenerateAlternateExtensivePathDiagnostic()
HDExprEngine.cpp1319 const Stmt *CE = CalleeSF->getCallSite(); in replayWithoutInlining()
/NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/
HDAnalysisContext.h294 const Stmt *getCallSite() const { return CallSite; } in getCallSite() function
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDMacOSKeychainAPIChecker.cpp539 AllocStmt = Exit->getCalleeContext()->getCallSite(); in generateAllocatedDataNotReleasedReport()
HDMallocChecker.cpp2086 AllocationStmt = Exit->getCalleeContext()->getCallSite(); in reportLeak()
2608 S = Exit->getCalleeContext()->getCallSite(); in VisitNode()
HDRetainCountChecker.cpp1921 S = LCtx->getCurrentStackFrame()->getCallSite(); in VisitNode()
2420 AllocStmt = Exit->getCalleeContext()->getCallSite(); in CFRefLeakReport()