Home
last modified time | relevance | path

Searched refs:getLocalsForAddress (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTFContext.h50 getLocalsForAddress(object::SectionedAddress Address) override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymContext.h56 getLocalsForAddress(object::SectionedAddress Address) override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBContext.h58 getLocalsForAddress(object::SectionedAddress Address) override;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFContext.cpp59 std::vector<DILocal> BTFContext::getLocalsForAddress(SectionedAddress Address) { in getLocalsForAddress() function in BTFContext
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymContext.cpp162 GsymContext::getLocalsForAddress(object::SectionedAddress Address) { in getLocalsForAddress() function in GsymContext
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp142 PDBContext::getLocalsForAddress(object::SectionedAddress Address) { in getLocalsForAddress() function in PDBContext
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h270 getLocalsForAddress(object::SectionedAddress Address) = 0;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h402 getLocalsForAddress(object::SectionedAddress Address) override;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp361 return DebugInfoContext->getLocalsForAddress(ModuleOffset); in symbolizeFrame()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1719 DWARFContext::getLocalsForAddress(object::SectionedAddress Address) { in getLocalsForAddress() function in DWARFContext