Searched refs:Csect (Results 1 – 2 of 2) sorted by relevance
623 XCOFFSection *Csect = SectionMap[ContainingCsect]; in executePostLayoutBinding() local625 assert(Csect->MCSec->isCsect() && "only csect is supported now!"); in executePostLayoutBinding()626 Csect->Syms.emplace_back(XSym); in executePostLayoutBinding()1135 for (const auto &Csect : *Group) { in writeRelocations()1136 for (const auto Reloc : Csect.Relocations) in writeRelocations()1137 writeRelocation(Reloc, Csect); in writeRelocations()1193 for (const auto &Csect : UndefinedCsects) { in writeSymbolTable() local1194 writeSymbolEntryForControlSection(Csect, XCOFF::ReservedSectionNum::N_UNDEF, in writeSymbolTable()1195 Csect.MCSec->getStorageClass()); in writeSymbolTable()1208 for (const auto &Csect : *Group) { in writeSymbolTable()[all …]
2791 MCSectionXCOFF *Csect = cast<MCSectionXCOFF>( in emitGlobalVariableHelper() local2795 OutStreamer->switchSection(Csect); in emitGlobalVariableHelper()2807 if (GVKind.isBSSLocal() && Csect->getMappingClass() == XCOFF::XMC_TD) { in emitGlobalVariableHelper()2810 assert(Csect->getMappingClass() != XCOFF::XMC_TD && in emitGlobalVariableHelper()2834 if (Csect->getMappingClass() != XCOFF::XMC_TD) in emitGlobalVariableHelper()3057 MCSectionXCOFF *Csect = cast<MCSectionXCOFF>( in doInitialization() local3061 Csect->ensureMinAlignment(GOAlign); in doInitialization()