• Home
  • Raw
  • Download

Lines Matching refs:LoadOrGetSection

31 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()
89 return LoadOrGetSection(eSectionTypeDWARFDebugLocLists, in getOrLoadLocListsData()
95 return LoadOrGetSection(eSectionTypeDWARFDebugMacro, llvm::None, in getOrLoadMacroData()
100 return LoadOrGetSection(eSectionTypeDWARFDebugRanges, llvm::None, in getOrLoadRangesData()
105 return LoadOrGetSection(eSectionTypeDWARFDebugRngLists, in getOrLoadRngListsData()
111 return LoadOrGetSection(eSectionTypeDWARFDebugStr, in getOrLoadStrData()
116 return LoadOrGetSection(eSectionTypeDWARFDebugStrOffsets, in getOrLoadStrOffsetsData()
122 return LoadOrGetSection(eSectionTypeDWARFDebugTypes, in getOrLoadDebugTypesData()