Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTFContext.h49 getLocalsForAddress(object::SectionedAddress Address) override;
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBContext.h58 getLocalsForAddress(object::SectionedAddress Address) override;
/src/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFContext.cpp57 std::vector<DILocal> BTFContext::getLocalsForAddress(SectionedAddress Address) { in getLocalsForAddress() function in BTFContext
/src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp139 PDBContext::getLocalsForAddress(object::SectionedAddress Address) { in getLocalsForAddress() function in PDBContext
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h265 getLocalsForAddress(object::SectionedAddress Address) = 0;
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h396 getLocalsForAddress(object::SectionedAddress Address) override;
/src/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp351 return DebugInfoContext->getLocalsForAddress(ModuleOffset); in symbolizeFrame()
/src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1721 DWARFContext::getLocalsForAddress(object::SectionedAddress Address) { in getLocalsForAddress() function in DWARFContext