Searched refs:getCaller (Results 1 – 11 of 11) sorted by relevance
123 def getCaller(self): member in FrameFancy212 …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() == ""):
131 Function *Caller = CS.getCaller(); in InlineCallIfPossible()270 Function *Caller = CS.getCaller(); in getInlineThreshold()305 Function *Caller = CS.getCaller(); in emitAnalysis()332 Function *Caller = CS.getCaller(); in shouldInline()412 CS.getCaller()->getName() + " in other contexts")); in shouldInline()422 CS.getCaller()->getName() + " with cost=" + Twine(IC.getCost()) + in shouldInline()517 Function *Caller = CS.getCaller(); in runOnSCC()
161 FunTy *getCaller() const { return (*this)->getParent()->getParent(); } in getCaller() function
360 CallEventRef<> Call = CallMgr.getCaller(StackFrame, State); in visitNodeMaybeUnsuppress()515 CallEventRef<> Call = CallMgr.getCaller(CE->getCalleeContext(), in VisitNode()1607 CallEventRef<> Call = CEMgr.getCaller(CEnter->getCalleeContext(), State); in VisitNode()
923 CallEventManager::getCaller(const StackFrameContext *CalleeCtx, in getCaller() function in CallEventManager
239 CallEventRef<> Call = CEMgr.getCaller(calleeCtx, state); in processCallExit()
182 DeclWithIssue = CP->getCaller(); in resetDiagnosticLocationToMainFile()
229 bool CallerIsImplicit = hasImplicitBody(Call->getCaller()); in adjustCallLocations()
1276 if (!functionsHaveCompatibleAttributes(CS.getCaller(), Callee)) in getInlineCost()1280 if (CS.getCaller()->hasFnAttribute(Attribute::OptimizeNone)) in getInlineCost()
576 const Decl *getCaller() const { return Caller; } in getCaller() function
952 getCaller(const StackFrameContext *CalleeCtx, ProgramStateRef State);