Home
last modified time | relevance | path

Searched refs:getLineInfoForAddress (Results 1 – 13 of 13) sorted by relevance

/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp35 DILineInfo PDBContext::getLineInfoForAddress(object::SectionedAddress Address, in getLineInfoForAddress() function in PDBContext
87 DILineInfo LineEntry = getLineInfoForAddress( in getLineInfoForAddressRange()
98 DILineInfo CurrentLine = getLineInfoForAddress(Address, Specifier); in getInliningInfoForAddress()
/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTFContext.h33 DILineInfo getLineInfoForAddress(
/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBContext.h45 DILineInfo getLineInfoForAddress(
/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFContext.cpp23 DILineInfo BTFContext::getLineInfoForAddress(SectionedAddress Address, in getLineInfoForAddress() function in BTFContext
/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DVTuneSupportPlugin.cpp74 Batch.Strings.push_back(DC->getLineInfoForAddress(SAddr).FileName); in getMethodBatch()
/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h255 virtual DILineInfo getLineInfoForAddress(
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h389 DILineInfo getLineInfoForAddress(
/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp280 DebugInfoContext->getLineInfoForAddress(ModuleOffset, LineInfoSpecifier); in symbolizeCode()
/llvm-project/llvm/unittests/DebugInfo/BTF/
H A DBTFParserTest.cpp346 DILineInfo I1 = Ctx->getLineInfoForAddress({16, 1}); in TEST()
352 DILineInfo I2 = Ctx->getLineInfoForAddress({24, 1}); in TEST()
/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp732 DICtx.getLineInfoForAddress(SectAddr, DLIS)); in verify()
/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp568 if (DILineInfo LineInfo = DICtx.getLineInfoForAddress( in lookup()
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1733 DILineInfo DWARFContext::getLineInfoForAddress(object::SectionedAddress Address, in getLineInfoForAddress() function in DWARFContext
/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp7649 DILineInfo dli = diContext->getLineInfoForAddress({PC, SectIdx}); in DisassembleMachO()