Searched refs:Csect (Results 1 – 2 of 2) sorted by relevance
625 XCOFFSection *Csect = SectionMap[ContainingCsect]; in executePostLayoutBinding() local627 assert(Csect->MCSec->isCsect() && "only csect is supported now!"); in executePostLayoutBinding()628 Csect->Syms.emplace_back(XSym); in executePostLayoutBinding()1148 for (const auto &Csect : *Group) { in writeRelocations()1149 for (const auto Reloc : Csect.Relocations) in writeRelocations()1150 writeRelocation(Reloc, Csect); in writeRelocations()1209 for (const auto &Csect : UndefinedCsects) { in writeSymbolTable() local1210 writeSymbolEntryForControlSection(Csect, XCOFF::ReservedSectionNum::N_UNDEF, in writeSymbolTable()1211 Csect.MCSec->getStorageClass()); in writeSymbolTable()1224 for (const auto &Csect : *Group) { in writeSymbolTable()[all …]
2812 MCSectionXCOFF *Csect = cast<MCSectionXCOFF>( in emitGlobalVariableHelper() local2816 OutStreamer->switchSection(Csect); in emitGlobalVariableHelper()2828 if (GVKind.isBSSLocal() && Csect->getMappingClass() == XCOFF::XMC_TD) { in emitGlobalVariableHelper()2831 assert(Csect->getMappingClass() != XCOFF::XMC_TD && in emitGlobalVariableHelper()2855 if (Csect->getMappingClass() != XCOFF::XMC_TD) in emitGlobalVariableHelper()3028 MCSectionXCOFF *Csect = cast<MCSectionXCOFF>( in doInitialization() local3032 Csect->ensureMinAlignment(GOAlign); in doInitialization()