Home
last modified time | relevance | path

Searched refs:DWARFDebugInfo (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp32 DWARFDebugInfo::DWARFDebugInfo(SymbolFileDWARF &dwarf, in DWARFDebugInfo() function in DWARFDebugInfo
36 const DWARFDebugAranges &DWARFDebugInfo::GetCompileUnitAranges() { in GetCompileUnitAranges()
78 void DWARFDebugInfo::ParseUnitsFor(DIERef::Section section) { in ParseUnitsFor()
105 void DWARFDebugInfo::ParseUnitHeadersIfNeeded() { in ParseUnitHeadersIfNeeded()
113 size_t DWARFDebugInfo::GetNumUnits() { in GetNumUnits()
118 DWARFUnit *DWARFDebugInfo::GetUnitAtIndex(size_t idx) { in GetUnitAtIndex()
125 uint32_t DWARFDebugInfo::FindUnitIndex(DIERef::Section section, in FindUnitIndex()
143 DWARFUnit *DWARFDebugInfo::GetUnitAtOffset(DIERef::Section section, in GetUnitAtOffset()
157 DWARFUnit *DWARFDebugInfo::GetUnit(const DIERef &die_ref) { in GetUnit()
162 DWARFDebugInfo::GetUnitContainingDIEOffset(DIERef::Section section, in GetUnitContainingDIEOffset()
[all …]
H A DDWARFDebugInfo.h26 class DWARFDebugInfo {
34 explicit DWARFDebugInfo(SymbolFileDWARF &dwarf,
80 DWARFDebugInfo(const DWARFDebugInfo &) = delete;
81 const DWARFDebugInfo &operator=(const DWARFDebugInfo &) = delete;
H A DCMakeLists.txt24 DWARFDebugInfo.cpp
H A DSymbolFileDWARF.h48 class DWARFDebugInfo; variable
230 DWARFDebugInfo &DebugInfo();
548 std::unique_ptr<DWARFDebugInfo> m_info;
H A DDebugNamesDWARFIndex.h70 DWARFDebugInfo &m_debug_info;
H A DManualDWARFIndex.h16 class DWARFDebugInfo; variable
H A DManualDWARFIndex.cpp44 DWARFDebugInfo &main_info = m_dwarf->DebugInfo(); in Index()
46 DWARFDebugInfo *dwp_info = dwp_dwarf ? &dwp_dwarf->DebugInfo() : nullptr; in Index()
174 DWARFDebugInfo &dwo_info = dwo_symbol_file->DebugInfo(); in IndexUnit()
H A DSymbolFileDWARFDwo.cpp60 DWARFDebugInfo &debug_info = DebugInfo(); in FindSingleCompileUnit()
H A DSymbolFileDWARF.cpp371 DWARFDebugInfo &info = DebugInfo(); in GetTypes()
636 DWARFDebugInfo &SymbolFileDWARF::DebugInfo() { in DebugInfo()
640 m_info = std::make_unique<DWARFDebugInfo>(*this, m_context); in DebugInfo()
783 DWARFDebugInfo &info = DebugInfo(); in BuildCuTranslationTable()
1819 DWARFDebugInfo &debug_info = DebugInfo(); in UpdateExternalModuleListIfNeeded()
2008 DWARFDebugInfo &debug_info = DebugInfo(); in ResolveSymbolContext()
2457 DWARFDebugInfo &info = DebugInfo(); in GetMangledNamesForFunction()
2802 DWARFDebugInfo &debug_info = DebugInfo(); in Supports_DW_AT_APPLE_objc_complete_type()
/openbsd-src/gnu/usr.bin/clang/liblldbPluginSymbolFile/
H A DMakefile27 DWARFDebugInfo.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolFile/DWARF/
H A DBUILD.gn57 "DWARFDebugInfo.cpp",