Searched refs:Csect (Results 1 – 2 of 2) sorted by relevance
620 Csect->Syms.emplace_back(XSym); in executePostLayoutBinding()1248 for (auto &Csect : *Group) in finalizeSectionInfo()1363 Csect.Size = 0; in assignAddressesAndIndices()1364 Csect.Address = 0; in assignAddressesAndIndices()1366 SymbolIndexMap[Csect.MCSec->getQualNameSymbol()] = Csect.SymbolTableIndex; in assignAddressesAndIndices()1406 for (auto &Csect : *Group) { in assignAddressesAndIndices()1410 Address = Csect.Address + Csect.Size; in assignAddressesAndIndices()1416 for (auto &Sym : Csect.Syms) { in assignAddressesAndIndices()1556 for (const auto &Csect : *Group) { in writeSectionForControlSectionEntry()1559 if (Csect.Size) in writeSectionForControlSectionEntry()[all …]
2550 MCSectionXCOFF *Csect = cast<MCSectionXCOFF>( in emitGlobalVariableHelper() local2554 OutStreamer->switchSection(Csect); in emitGlobalVariableHelper()2745 MCSectionXCOFF *Csect = cast<MCSectionXCOFF>( in doInitialization() local2749 Csect->ensureMinAlignment(GOAlign); in doInitialization()