Searched refs:Csect (Results 1 – 2 of 2) sorted by relevance
419 Csect->Syms.emplace_back(XSym); in executePostLayoutBinding()561 if (Csect.Size) in writeSections()563 CurrentAddressLocation = Csect.Address + Csect.Size; in writeSections()834 for (auto &Csect : *Group) { in finalizeSectionInfo()872 for (auto &Csect : UndefinedCsects) { in assignAddressesAndIndices() local873 Csect.Size = 0; in assignAddressesAndIndices()874 Csect.Address = 0; in assignAddressesAndIndices()876 SymbolIndexMap[Csect.MCSec->getQualNameSymbol()] = Csect.SymbolTableIndex; in assignAddressesAndIndices()916 for (auto &Csect : *Group) { in assignAddressesAndIndices()920 Address = Csect.Address + Csect.Size; in assignAddressesAndIndices()[all …]
2347 MCSectionXCOFF *Csect = cast<MCSectionXCOFF>( in emitGlobalVariableHelper() local2351 OutStreamer->SwitchSection(Csect); in emitGlobalVariableHelper()2483 MCSectionXCOFF *Csect = cast<MCSectionXCOFF>( in doInitialization() local2487 if (GOAlign > Csect->getAlignment()) in doInitialization()2488 Csect->setAlignment(GOAlign); in doInitialization()