Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
HDPDBContext.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()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
HDBTFContext.h33 DILineInfo getLineInfoForAddress(
/freebsd-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
HDPDBContext.h45 DILineInfo getLineInfoForAddress(
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
HDBTFContext.cpp23 DILineInfo BTFContext::getLineInfoForAddress(SectionedAddress Address, in getLineInfoForAddress() function in BTFContext
/freebsd-head/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
HDVTuneSupportPlugin.cpp74 Batch.Strings.push_back(DC->getLineInfoForAddress(SAddr).FileName); in getMethodBatch()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/
HDDIContext.h252 virtual DILineInfo getLineInfoForAddress(
/freebsd-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFContext.h383 DILineInfo getLineInfoForAddress(
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
HDSymbolizableObjectFile.cpp281 DebugInfoContext->getLineInfoForAddress(ModuleOffset, LineInfoSpecifier); in symbolizeCode()
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
HDDwarfTransformer.cpp674 DICtx.getLineInfoForAddress(SectAddr, DLIS)); in verify()
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
HDllvm-dwarfdump.cpp568 if (DILineInfo LineInfo = DICtx.getLineInfoForAddress( in lookup()
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFContext.cpp1733 DILineInfo DWARFContext::getLineInfoForAddress(object::SectionedAddress Address, in getLineInfoForAddress() function in DWARFContext
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-objdump/
HDMachODump.cpp7637 DILineInfo dli = diContext->getLineInfoForAddress({PC, SectIdx}); in DisassembleMachO()