Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp35 DILineInfo PDBContext::getLineInfoForAddress(uint64_t Address, in getLineInfoForAddress() function in PDBContext
80 getLineInfoForAddress(LineInfo->getVirtualAddress(), Specifier); in getLineInfoForAddressRange()
90 DILineInfo Frame = getLineInfoForAddress(Address, Specifier); in getInliningInfoForAddress()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp33 DILineInfo PDBContext::getLineInfoForAddress(object::SectionedAddress Address, in getLineInfoForAddress() function in PDBContext
78 DILineInfo LineEntry = getLineInfoForAddress( in getLineInfoForAddressRange()
89 DILineInfo Frame = getLineInfoForAddress(Address, Specifier); in getInliningInfoForAddress()
/external/llvm-project/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp33 DILineInfo PDBContext::getLineInfoForAddress(object::SectionedAddress Address, in getLineInfoForAddress() function in PDBContext
78 DILineInfo LineEntry = getLineInfoForAddress( in getLineInfoForAddressRange()
89 DILineInfo CurrentLine = getLineInfoForAddress(Address, Specifier); in getInliningInfoForAddress()
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBContext.h45 DILineInfo getLineInfoForAddress(
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBContext.h45 DILineInfo getLineInfoForAddress(
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DPDBContext.h45 DILineInfo getLineInfoForAddress(
/external/llvm/include/llvm/DebugInfo/
DDIContext.h144 virtual DILineInfo getLineInfoForAddress(uint64_t Address,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/
DDIContext.h223 virtual DILineInfo getLineInfoForAddress(
/external/llvm-project/llvm/include/llvm/DebugInfo/
DDIContext.h243 virtual DILineInfo getLineInfoForAddress(
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp209 LineInfo = DebugInfoContext->getLineInfoForAddress( in symbolizeCode()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h324 DILineInfo getLineInfoForAddress(
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h353 DILineInfo getLineInfoForAddress(
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h181 DILineInfo getLineInfoForAddress(uint64_t Address,
/external/llvm-project/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp247 DebugInfoContext->getLineInfoForAddress(ModuleOffset, LineInfoSpecifier); in symbolizeCode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp259 DILineInfo LineInfo = DebugInfoContext->getLineInfoForAddress( in symbolizeCode()
/external/llvm-project/llvm/lib/DebugInfo/GSYM/
DDwarfTransformer.cpp515 DICtx.getLineInfoForAddress(SectAddr, DLIS)); in verify()
/external/llvm-project/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp440 if (DILineInfo LineInfo = DICtx.getLineInfoForAddress( in lookup()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp475 DILineInfo DWARFContext::getLineInfoForAddress(uint64_t Address, in getLineInfoForAddress() function in DWARFContext
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1159 DILineInfo DWARFContext::getLineInfoForAddress(object::SectionedAddress Address, in getLineInfoForAddress() function in DWARFContext
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1224 DILineInfo DWARFContext::getLineInfoForAddress(object::SectionedAddress Address, in getLineInfoForAddress() function in DWARFContext
/external/llvm/tools/llvm-objdump/
DMachODump.cpp6823 DILineInfo dli = diContext->getLineInfoForAddress(PC); in DisassembleMachO()
/external/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp7666 DILineInfo dli = diContext->getLineInfoForAddress({PC, SectIdx}); in DisassembleMachO()