Home
last modified time | relevance | path

Searched refs:getCaller (Results 1 – 15 of 15) sorted by relevance

/external/lldb/examples/python/
Dpytracer.py123 def getCaller(self): member in FrameFancy
212 …print "call " + frame.getName() + " from " + frame.getCaller().getName() + " @ " + str(frame.getCa…
235 …if frame.getName() == "__init__" and frame.getCaller().getName() == "run_one_line" and frame.getCa…
238 if (frame.getCaller().getFileName() == ""):
246 …strout += " from " + frame.getCaller().getName() + " @ " + str(frame.getCaller().getLineNumber()) …
259 if (frame.getCaller().getFileName() == ""):
280 if (frame.getCaller().getFileName() == ""):
/external/llvm/lib/Transforms/IPO/
DInliner.cpp126 Function *Caller = CS.getCaller(); in InlineCallIfPossible()
260 Function *Caller = CS.getCaller(); in getInlineThreshold()
291 Function *Caller = CS.getCaller(); in emitAnalysis()
317 Function *Caller = CS.getCaller(); in shouldInline()
396 CS.getCaller()->getName() + " in other contexts")); in shouldInline()
406 CS.getCaller()->getName() + " with cost=" + Twine(IC.getCost()) + in shouldInline()
502 Function *Caller = CS.getCaller(); in runOnSCC()
/external/llvm/include/llvm/IR/
DCallSite.h162 FunTy *getCaller() const { return (*this)->getParent()->getParent(); } in getCaller() function
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp356 CallEventRef<> Call = CallMgr.getCaller(StackFrame, State); in visitNodeMaybeUnsuppress()
511 CallEventRef<> Call = CallMgr.getCaller(CE->getCalleeContext(), in VisitNode()
1598 CallEventRef<> Call = CEMgr.getCaller(CEnter->getCalleeContext(), State); in VisitNode()
DExprEngineCallAndReturn.cpp239 CallEventRef<> Call = CEMgr.getCaller(calleeCtx, state); in processCallExit()
DCallEvent.cpp923 CallEventManager::getCaller(const StackFrameContext *CalleeCtx, in getCaller() function in CallEventManager
DPathDiagnostic.cpp182 DeclWithIssue = CP->getCaller(); in resetDiagnosticLocationToMainFile()
DBugReporter.cpp229 bool CallerIsImplicit = hasImplicitBody(Call->getCaller()); in adjustCallLocations()
/external/llvm/lib/Analysis/IPA/
DInlineCost.cpp1325 if (!functionsHaveCompatibleAttributes(CS.getCaller(), Callee)) in getInlineCost()
1329 if (CS.getCaller()->hasFnAttribute(Attribute::OptimizeNone)) in getInlineCost()
DGlobalsModRef.cpp544 const DataLayout &DL = CS.getCaller()->getParent()->getDataLayout(); in getModRefInfo()
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h580 const Decl *getCaller() const { return Caller; } in getCaller() function
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h952 getCaller(const StackFrameContext *CalleeCtx, ProgramStateRef State);
/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp957 const DataLayout &DL = CS.getCaller()->getParent()->getDataLayout(); in processByValArgument()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp626 auto &DL = CS.getCaller()->getParent()->getDataLayout(); in AddAlignmentAssumptions()
/external/owasp/sanitizer/tools/findbugs/lib/
Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd ...