Home
last modified time | relevance | path

Searched refs:getFrame (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-cfi-verify/
H A Dllvm-cfi-verify.cpp167 const auto &LineInfo = InliningInfo->getFrame(0); in printIndirectCFInstructions()
172 const auto &Line = InliningInfo->getFrame(i); in printIndirectCFInstructions()
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DRawMemProfReader.cpp416 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()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp540 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()
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dpytracer.py11 def getFrame(self): member in TracebackFancy
24 self.getFrame().getName(), self.getLineNumber())
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroCleanup.cpp32 Value *FrameRaw = SubFn->getFrame(); in lowerSubFn()
H A DCoroInstr.h48 Value *getFrame() const { return getArgOperand(FrameArg); } in getFrame() function
408 Value *getFrame() const { return getArgOperand(FrameArg); } in getFrame() function
H A DCoroutines.cpp141 : CoroFrees.front()->getFrame(); in replaceCoroFree()
H A DCoroSplit.cpp1527 if (SubFn->getFrame() != CoroBegin) in simplifySuspendPoint()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp198 print(Info.getFrame(I), I > 0); in print()
300 const DILineInfo &LineInfo = Info.getFrame(I); in print()
H A DMarkupFilter.cpp349 DILineInfo LI = II->getFrame(I); in tryBackTrace()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/
H A DDIContext.h96 const DILineInfo &getFrame(unsigned Index) const { in getFrame() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp245 : ResOrErr->getFrame(0)); in executeCommand()
/openbsd-src/gnu/llvm/llvm/tools/sancov/
H A Dsancov.cpp552 auto FrameInfo = InliningInfo->getFrame(I); in getCoveragePoints()
584 auto FrameInfo = InliningInfo->getFrame(I); in getCoveragePoints()
/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp868 const auto &CallerFrame = InlineStack.getFrame(I); in symbolize()