Searched refs:LoadOrGetSection (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFContext.cpp | 32 DWARFContext::LoadOrGetSection(std::optional<SectionType> main_section_type, in LoadOrGetSection() function in DWARFContext 45 return LoadOrGetSection(std::nullopt, eSectionTypeDWARFDebugCuIndex, in getOrLoadCuIndexData() 50 return LoadOrGetSection(std::nullopt, eSectionTypeDWARFDebugTuIndex, in getOrLoadTuIndexData() 55 return LoadOrGetSection(eSectionTypeDWARFDebugAbbrev, in getOrLoadAbbrevData() 60 return LoadOrGetSection(eSectionTypeDWARFDebugAranges, std::nullopt, in getOrLoadArangesData() 65 return LoadOrGetSection(eSectionTypeDWARFDebugAddr, std::nullopt, in getOrLoadAddrData() 70 return LoadOrGetSection(eSectionTypeDWARFDebugInfo, in getOrLoadDebugInfoData() 75 return LoadOrGetSection(eSectionTypeDWARFDebugLine, std::nullopt, in getOrLoadLineData() 80 return LoadOrGetSection(eSectionTypeDWARFDebugLineStr, std::nullopt, in getOrLoadLineStrData() 85 return LoadOrGetSection(eSectionTypeDWARFDebugLoc, in getOrLoadLocData() [all …]
|
| H A D | DWARFContext.h | 49 LoadOrGetSection(std::optional<lldb::SectionType> main_section_type,
|