Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp46 return LoadOrGetSection(std::nullopt, eSectionTypeDWARFDebugCuIndex, in getOrLoadCuIndexData()
56 return LoadOrGetSection(eSectionTypeDWARFDebugAbbrev, in getOrLoadAbbrevData()
66 return LoadOrGetSection(eSectionTypeDWARFDebugAddr, std::nullopt, in getOrLoadAddrData()
71 return LoadOrGetSection(eSectionTypeDWARFDebugInfo, in getOrLoadDebugInfoData()
76 return LoadOrGetSection(eSectionTypeDWARFDebugLine, std::nullopt, in getOrLoadLineData()
86 return LoadOrGetSection(eSectionTypeDWARFDebugLoc, in getOrLoadLocData()
91 return LoadOrGetSection(eSectionTypeDWARFDebugLocLists, in getOrLoadLocListsData()
107 return LoadOrGetSection(eSectionTypeDWARFDebugRngLists, in getOrLoadRngListsData()
113 return LoadOrGetSection(eSectionTypeDWARFDebugStr, in getOrLoadStrData()
118 return LoadOrGetSection(eSectionTypeDWARFDebugStrOffsets, in getOrLoadStrOffsetsData()
[all …]
H A DDWARFContext.h50 LoadOrGetSection(std::optional<lldb::SectionType> main_section_type,