Lines Matching refs:GlobalData
155 SectionDescriptor(DebugSectionKind SectionKind, LinkingGlobalData &GlobalData, in SectionDescriptor()
158 ListDebugStrPatch(&GlobalData.getAllocator()), in SectionDescriptor()
159 ListDebugLineStrPatch(&GlobalData.getAllocator()), in SectionDescriptor()
160 ListDebugRangePatch(&GlobalData.getAllocator()), in SectionDescriptor()
161 ListDebugLocPatch(&GlobalData.getAllocator()), in SectionDescriptor()
162 ListDebugDieRefPatch(&GlobalData.getAllocator()), in SectionDescriptor()
163 ListDebugULEB128DieRefPatch(&GlobalData.getAllocator()), in SectionDescriptor()
164 ListDebugOffsetPatch(&GlobalData.getAllocator()), in SectionDescriptor()
165 ListDebugDieTypeRefPatch(&GlobalData.getAllocator()), in SectionDescriptor()
166 ListDebugType2TypeDieRefPatch(&GlobalData.getAllocator()), in SectionDescriptor()
167 ListDebugTypeStrPatch(&GlobalData.getAllocator()), in SectionDescriptor()
168 ListDebugTypeLineStrPatch(&GlobalData.getAllocator()), in SectionDescriptor()
169 ListDebugTypeDeclFilePatch(&GlobalData.getAllocator()), in SectionDescriptor()
170 GlobalData(GlobalData) {} in SectionDescriptor()
288 LinkingGlobalData &GlobalData; member
305 OutputSections(LinkingGlobalData &GlobalData) : GlobalData(GlobalData) {} in OutputSections() argument
378 new SectionDescriptor(SectionKind, GlobalData, Format, Endianness); in getOrCreateSectionDescriptor()
456 LinkingGlobalData &GlobalData;