Home
last modified time | relevance | path

Searched refs:LoadOrGetSection (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp33 DWARFContext::LoadOrGetSection(std::optional<SectionType> main_section_type, in LoadOrGetSection() function in DWARFContext
46 return LoadOrGetSection(std::nullopt, eSectionTypeDWARFDebugCuIndex, in getOrLoadCuIndexData()
51 return LoadOrGetSection(std::nullopt, eSectionTypeDWARFDebugTuIndex, in getOrLoadTuIndexData()
56 return LoadOrGetSection(eSectionTypeDWARFDebugAbbrev, in getOrLoadAbbrevData()
61 return LoadOrGetSection(eSectionTypeDWARFDebugAranges, std::nullopt, in getOrLoadArangesData()
66 return LoadOrGetSection(eSectionTypeDWARFDebugAddr, std::nullopt, in getOrLoadAddrData()
71 return LoadOrGetSection(eSectionTypeDWARFDebugInfo, in getOrLoadDebugInfoData()
76 return LoadOrGetSection(eSectionTypeDWARFDebugLine, std::nullopt, in getOrLoadLineData()
81 return LoadOrGetSection(eSectionTypeDWARFDebugLineStr, std::nullopt, in getOrLoadLineStrData()
86 return LoadOrGetSection(eSectionTypeDWARFDebugLoc, in getOrLoadLocData()
[all …]
H A DDWARFContext.h50 LoadOrGetSection(std::optional<lldb::SectionType> main_section_type,