Searched refs:LoadOrGetSection (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFContext.cpp | 44 return LoadOrGetSection(llvm::None, eSectionTypeDWARFDebugCuIndex, in getOrLoadCuIndexData() 54 return LoadOrGetSection(eSectionTypeDWARFDebugAbbrev, in getOrLoadAbbrevData() 64 return LoadOrGetSection(eSectionTypeDWARFDebugAddr, llvm::None, in getOrLoadAddrData() 69 return LoadOrGetSection(eSectionTypeDWARFDebugInfo, in getOrLoadDebugInfoData() 74 return LoadOrGetSection(eSectionTypeDWARFDebugLine, llvm::None, in getOrLoadLineData() 84 return LoadOrGetSection(eSectionTypeDWARFDebugLoc, in getOrLoadLocData() 89 return LoadOrGetSection(eSectionTypeDWARFDebugLocLists, in getOrLoadLocListsData() 105 return LoadOrGetSection(eSectionTypeDWARFDebugRngLists, in getOrLoadRngListsData() 111 return LoadOrGetSection(eSectionTypeDWARFDebugStr, in getOrLoadStrData() 116 return LoadOrGetSection(eSectionTypeDWARFDebugStrOffsets, in getOrLoadStrOffsetsData() [all …]
|
| H A D | DWARFContext.h | 49 LoadOrGetSection(llvm::Optional<lldb::SectionType> main_section_type,
|