Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFContext.cpp31 DWARFContext::LoadOrGetSection(llvm::Optional<SectionType> main_section_type, in LoadOrGetSection() function in DWARFContext
44 return LoadOrGetSection(llvm::None, eSectionTypeDWARFDebugCuIndex, in getOrLoadCuIndexData()
49 return LoadOrGetSection(llvm::None, eSectionTypeDWARFDebugTuIndex, in getOrLoadTuIndexData()
54 return LoadOrGetSection(eSectionTypeDWARFDebugAbbrev, in getOrLoadAbbrevData()
59 return LoadOrGetSection(eSectionTypeDWARFDebugAranges, llvm::None, in getOrLoadArangesData()
64 return LoadOrGetSection(eSectionTypeDWARFDebugAddr, llvm::None, in getOrLoadAddrData()
69 return LoadOrGetSection(eSectionTypeDWARFDebugInfo, in getOrLoadDebugInfoData()
74 return LoadOrGetSection(eSectionTypeDWARFDebugLine, llvm::None, in getOrLoadLineData()
79 return LoadOrGetSection(eSectionTypeDWARFDebugLineStr, llvm::None, in getOrLoadLineStrData()
84 return LoadOrGetSection(eSectionTypeDWARFDebugLoc, in getOrLoadLocData()
[all …]
DDWARFContext.h49 LoadOrGetSection(llvm::Optional<lldb::SectionType> main_section_type,