Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBContext.h56 getLocalsForAddress(object::SectionedAddress Address) override;
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp130 PDBContext::getLocalsForAddress(object::SectionedAddress Address) { in getLocalsForAddress() function in PDBContext
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h244 getLocalsForAddress(object::SectionedAddress Address) = 0;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h364 getLocalsForAddress(object::SectionedAddress Address) override;
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp338 return DebugInfoContext->getLocalsForAddress(ModuleOffset); in symbolizeFrame()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1215 DWARFContext::getLocalsForAddress(object::SectionedAddress Address) { in getLocalsForAddress() function in DWARFContext