Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp33 DWARFDebugInfo::DWARFDebugInfo(SymbolFileDWARF &dwarf, DWARFContext &context) 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()
157 DWARFUnit *DWARFDebugInfo::GetUnit(const DIERef &die_ref) { in GetUnit()
171 DWARFTypeUnit *DWARFDebugInfo::GetTypeUnitForHash(uint64_t hash) { in GetTypeUnitForHash()
179 bool DWARFDebugInfo::ContainsTypeUnits() { in ContainsTypeUnits()
[all …]
H A DDWARFDebugInfo.h26 class DWARFDebugInfo {
33 explicit DWARFDebugInfo(SymbolFileDWARF &dwarf, DWARFContext &context);
83 DWARFDebugInfo(const DWARFDebugInfo &) = delete;
84 const DWARFDebugInfo &operator=(const DWARFDebugInfo &) = delete;
H A DSymbolFileDWARF.h54 class DWARFDebugInfo; variable
211 DWARFDebugInfo &DebugInfo();
510 std::unique_ptr<DWARFDebugInfo> m_info;
H A DDebugNamesDWARFIndex.h71 DWARFDebugInfo &m_debug_info;
H A DManualDWARFIndex.h18 class DWARFDebugInfo; variable
H A DManualDWARFIndex.cpp45 DWARFDebugInfo &main_info = m_dwarf->DebugInfo(); in Index()
47 DWARFDebugInfo *dwp_info = dwp_dwarf ? &dwp_dwarf->DebugInfo() : nullptr; in Index()
175 DWARFDebugInfo &dwo_info = dwo_symbol_file->DebugInfo(); in IndexUnit()
H A DSymbolFileDWARFDwo.cpp61 DWARFDebugInfo &debug_info = DebugInfo(); in FindSingleCompileUnit()
H A DSymbolFileDWARF.cpp431 DWARFDebugInfo &info = DebugInfo(); in GetTypes()
710 DWARFDebugInfo &SymbolFileDWARF::DebugInfo() { in DebugInfo()
714 m_info = std::make_unique<DWARFDebugInfo>(*this, m_context); in DebugInfo()
857 DWARFDebugInfo &info = DebugInfo(); in BuildCuTranslationTable()
1970 DWARFDebugInfo &debug_info = DebugInfo(); in UpdateExternalModuleListIfNeeded()
2159 DWARFDebugInfo &debug_info = DebugInfo(); in ResolveSymbolContext()
2622 DWARFDebugInfo &info = DebugInfo(); in GetMangledNamesForFunction()
2947 DWARFDebugInfo &debug_info = DebugInfo(); in Supports_DW_AT_APPLE_objc_complete_type()
4249 DWARFDebugInfo &info = DebugInfo(); in GetSeparateDebugInfo()
/freebsd-14.2/lib/clang/liblldb/
H A DMakefile554 SRCS+= Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp