Home
last modified time | relevance | path

Searched refs:getLineInfoForDataAddress (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTFContext.h38 getLineInfoForDataAddress(object::SectionedAddress Address) override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBContext.h49 getLineInfoForDataAddress(object::SectionedAddress Address) override;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFContext.cpp37 DILineInfo BTFContext::getLineInfoForDataAddress(SectionedAddress Address) { in getLineInfoForDataAddress() function in BTFContext
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp68 PDBContext::getLineInfoForDataAddress(object::SectionedAddress Address) { in getLineInfoForDataAddress() function in PDBContext
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h256 getLineInfoForDataAddress(object::SectionedAddress Address) = 0;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h387 getLineInfoForDataAddress(object::SectionedAddress Address) override;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp338 DILineInfo DL = DebugInfoContext->getLineInfoForDataAddress(ModuleOffset); in symbolizeData()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1755 DWARFContext::getLineInfoForDataAddress(object::SectionedAddress Address) { in getLineInfoForDataAddress() function in DWARFContext