Searched refs:LoadOrGetSection (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFContext.cpp | 33 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 D | DWARFContext.h | 50 LoadOrGetSection(std::optional<lldb::SectionType> main_section_type,
|