Searched refs:getFrame (Results 1 – 14 of 14) sorted by relevance
167 const auto &LineInfo = InliningInfo->getFrame(0); in printIndirectCFInstructions()172 const auto &Line = InliningInfo->getFrame(i); in printIndirectCFInstructions()
417 if (DI.getFrame(0).FunctionName == DILineInfo::BadString || in symbolizeAndFilterStackFrames()418 isRuntimePath(DI.getFrame(0).FileName)) { in symbolizeAndFilterStackFrames()425 const auto &DIFrame = DI.getFrame(I); in symbolizeAndFilterStackFrames()
540 DwarfInlineInfos.getFrame(0).FileName == "<invalid>") { in verify()551 const auto &dii = DwarfInlineInfos.getFrame(Idx); in verify()571 const auto &dii = DwarfInlineInfos.getFrame(Idx); in verify()
12 def getFrame(self): member in TracebackFancy25 self.getFrame().getName(), self.getLineNumber())
32 Value *FrameRaw = SubFn->getFrame(); in lowerSubFn()
48 Value *getFrame() const { return getArgOperand(FrameArg); } in getFrame() function408 Value *getFrame() const { return getArgOperand(FrameArg); } in getFrame() function
141 : CoroFrees.front()->getFrame(); in replaceCoroFree()
1511 if (SubFn->getFrame() != CoroBegin) in simplifySuspendPoint()
198 print(Info.getFrame(I), I > 0); in print()300 const DILineInfo &LineInfo = Info.getFrame(I); in print()
349 DILineInfo LI = II->getFrame(I); in tryBackTrace()
95 const DILineInfo &getFrame(unsigned Index) const { in getFrame() function
240 : ResOrErr->getFrame(0)); in executeCommand()
566 auto FrameInfo = InliningInfo->getFrame(I); in getCoveragePoints()598 auto FrameInfo = InliningInfo->getFrame(I); in getCoveragePoints()
781 const auto &CallerFrame = InlineStack.getFrame(I); in symbolize()