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

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

Completed in 118 milliseconds