Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp36 PDBContext::getLineInfoForAddress(object::SectionedAddress Address, in getLineInfoForAddress() function in PDBContext
88 if (std::optional<DILineInfo> LineEntry = getLineInfoForAddress( in getLineInfoForAddressRange()
101 getLineInfoForAddress(Address, Specifier).value_or(DILineInfo()); in getInliningInfoForAddress()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTFContext.h34 std::optional<DILineInfo> getLineInfoForAddress(
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymContext.h43 std::optional<DILineInfo> getLineInfoForAddress(
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBContext.h45 std::optional<DILineInfo> getLineInfoForAddress(
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFContext.cpp24 BTFContext::getLineInfoForAddress(SectionedAddress Address, in getLineInfoForAddress() function in BTFContext
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymContext.cpp64 GsymContext::getLineInfoForAddress(object::SectionedAddress Address, in getLineInfoForAddress() function in GsymContext
H A DDwarfTransformer.cpp742 DICtx.getLineInfoForAddress(SectAddr, DLIS).value_or(DILineInfo())); in verify()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DVTuneSupportPlugin.cpp75 DC->getLineInfoForAddress(SAddr).value_or(DILineInfo()).FileName); in getMethodBatch()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h257 virtual std::optional<DILineInfo> getLineInfoForAddress(
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h389 std::optional<DILineInfo> getLineInfoForAddress(
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp281 DebugInfoContext->getLineInfoForAddress(ModuleOffset, LineInfoSpecifier); in symbolizeCode()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp580 .getLineInfoForAddress( in lookup()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1732 DWARFContext::getLineInfoForAddress(object::SectionedAddress Address, in getLineInfoForAddress() function in DWARFContext
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp7645 DILineInfo dli = diContext->getLineInfoForAddress({PC, SectIdx}) in DisassembleMachO()