Home
last modified time | relevance | path

Searched refs:getLineInfoForAddress (Results 1 – 12 of 12) 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/llvm/include/llvm/DebugInfo/PDB/
DPDBContext.h45 DILineInfo getLineInfoForAddress(
/external/swiftshader/third_party/LLVM/include/llvm/DebugInfo/
DDIContext.h63 virtual DILineInfo getLineInfoForAddress(uint64_t address) = 0;
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFContext.h69 virtual DILineInfo getLineInfoForAddress(uint64_t address);
DDWARFContext.cpp143 DILineInfo DWARFContext::getLineInfoForAddress(uint64_t address) { in getLineInfoForAddress() function in DWARFContext
/external/swiftshader/third_party/LLVM/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp95 DILineInfo dli = dictx->getLineInfoForAddress(Address); in DumpInput()
/external/llvm/include/llvm/DebugInfo/
DDIContext.h144 virtual DILineInfo getLineInfoForAddress(uint64_t Address,
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp209 LineInfo = DebugInfoContext->getLineInfoForAddress( in symbolizeCode()
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
DMachODump.cpp464 diContext->getLineInfoForAddress(Sections[SectIdx].Address + in DisassembleInputMachO()
600 diContext->getLineInfoForAddress(Sections[SectIdx].Address + in DisassembleInputMachO()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h181 DILineInfo getLineInfoForAddress(uint64_t Address,
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp475 DILineInfo DWARFContext::getLineInfoForAddress(uint64_t Address, in getLineInfoForAddress() function in DWARFContext
/external/llvm/tools/llvm-objdump/
DMachODump.cpp6823 DILineInfo dli = diContext->getLineInfoForAddress(PC); in DisassembleMachO()