Lines Matching refs:LoadOrGetSection
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()
91 return LoadOrGetSection(eSectionTypeDWARFDebugLocLists, in getOrLoadLocListsData()
97 return LoadOrGetSection(eSectionTypeDWARFDebugMacro, std::nullopt, in getOrLoadMacroData()
102 return LoadOrGetSection(eSectionTypeDWARFDebugRanges, std::nullopt, in getOrLoadRangesData()
107 return LoadOrGetSection(eSectionTypeDWARFDebugRngLists, in getOrLoadRngListsData()
113 return LoadOrGetSection(eSectionTypeDWARFDebugStr, in getOrLoadStrData()
118 return LoadOrGetSection(eSectionTypeDWARFDebugStrOffsets, in getOrLoadStrOffsetsData()
124 return LoadOrGetSection(eSectionTypeDWARFDebugTypes, in getOrLoadDebugTypesData()