Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cfi-verify/
H A Dllvm-cfi-verify.cpp163 const auto &LineInfo = InliningInfo->getFrame(0); in printIndirectCFInstructions()
168 const auto &Line = InliningInfo->getFrame(i); in printIndirectCFInstructions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp520 DwarfInlineInfos.getFrame(0).FileName == "<invalid>") { in verify()
531 const auto dii = DwarfInlineInfos.getFrame(Idx); in verify()
551 const auto dii = DwarfInlineInfos.getFrame(Idx); in verify()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp200 print(Info.getFrame(I), I > 0); in print()
298 const DILineInfo &LineInfo = Info.getFrame(I); in print()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroCleanup.cpp41 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.cpp185 : CoroFrees.front()->getFrame(); in replaceCoroFree()
H A DCoroSplit.cpp1396 if (SubFn->getFrame() != CoroBegin) in simplifySuspendPoint()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/
H A DDIContext.h95 const DILineInfo & getFrame(unsigned Index) const { in getFrame() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp187 : ResOrErr->getFrame(0)); in symbolizeInput()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp435 const auto &CallerFrame = InlineStack.getFrame(I); in symbolize()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/sancov/
H A Dsancov.cpp543 auto FrameInfo = InliningInfo->getFrame(I); in getCoveragePoints()
575 auto FrameInfo = InliningInfo->getFrame(I); in getCoveragePoints()