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()
416 if (DI.getFrame(0).FunctionName == DILineInfo::BadString || in symbolizeAndFilterStackFrames()417 isRuntimePath(DI.getFrame(0).FileName)) { in symbolizeAndFilterStackFrames()424 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()
11 def getFrame(self): member in TracebackFancy24 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()
1527 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()
96 const DILineInfo &getFrame(unsigned Index) const { in getFrame() function
245 : ResOrErr->getFrame(0)); in executeCommand()
552 auto FrameInfo = InliningInfo->getFrame(I); in getCoveragePoints()584 auto FrameInfo = InliningInfo->getFrame(I); in getCoveragePoints()
868 const auto &CallerFrame = InlineStack.getFrame(I); in symbolize()