Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DPDBContext.h58 getLocalsForAddress(object::SectionedAddress Address) override;
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp139 PDBContext::getLocalsForAddress(object::SectionedAddress Address) { in getLocalsForAddress() function in PDBContext
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/
H A DDIContext.h254 getLocalsForAddress(object::SectionedAddress Address) = 0;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h377 getLocalsForAddress(object::SectionedAddress Address) override;
/llvm-project-15.0.7/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp346 return DebugInfoContext->getLocalsForAddress(ModuleOffset); in symbolizeFrame()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1230 DWARFContext::getLocalsForAddress(object::SectionedAddress Address) { in getLocalsForAddress() function in DWARFContext