Lines Matching defs:GlobalData
155 SectionDescriptor(DebugSectionKind SectionKind, LinkingGlobalData &GlobalData,
158 ListDebugStrPatch(&GlobalData.getAllocator()),
159 ListDebugLineStrPatch(&GlobalData.getAllocator()),
160 ListDebugRangePatch(&GlobalData.getAllocator()),
161 ListDebugLocPatch(&GlobalData.getAllocator()),
162 ListDebugDieRefPatch(&GlobalData.getAllocator()),
163 ListDebugULEB128DieRefPatch(&GlobalData.getAllocator()),
164 ListDebugOffsetPatch(&GlobalData.getAllocator()),
165 ListDebugDieTypeRefPatch(&GlobalData.getAllocator()),
166 ListDebugType2TypeDieRefPatch(&GlobalData.getAllocator()),
167 ListDebugTypeStrPatch(&GlobalData.getAllocator()),
168 ListDebugTypeLineStrPatch(&GlobalData.getAllocator()),
169 ListDebugTypeDeclFilePatch(&GlobalData.getAllocator()),
170 GlobalData(GlobalData) {}
288 LinkingGlobalData &GlobalData;
305 OutputSections(LinkingGlobalData &GlobalData) : GlobalData(GlobalData) {}
377 It->second = std::make_shared<SectionDescriptor>(SectionKind, GlobalData,
451 LinkingGlobalData &GlobalData;