Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp44 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 DDWARFContext.h49 LoadOrGetSection(llvm::Optional<lldb::SectionType> main_section_type,