Searched refs:Csect (Results 1 – 2 of 2) sorted by relevance
552 XCOFFSection *Csect = SectionMap[ContainingCsect]; in executePostLayoutBinding() local554 assert(Csect->MCSec->isCsect() && "only csect is supported now!"); in executePostLayoutBinding()555 Csect->Syms.emplace_back(XSym); in executePostLayoutBinding()1015 for (const auto &Csect : *Group) { in writeRelocations()1016 for (const auto Reloc : Csect.Relocations) in writeRelocations()1017 writeRelocation(Reloc, Csect); in writeRelocations()1037 for (const auto &Csect : UndefinedCsects) { in writeSymbolTable() local1038 writeSymbolEntryForControlSection(Csect, XCOFF::ReservedSectionNum::N_UNDEF, in writeSymbolTable()1039 Csect.MCSec->getStorageClass()); in writeSymbolTable()1052 for (const auto &Csect : *Group) { in writeSymbolTable()[all …]
2490 MCSectionXCOFF *Csect = cast<MCSectionXCOFF>( in emitGlobalVariableHelper() local2494 OutStreamer->switchSection(Csect); in emitGlobalVariableHelper()2661 MCSectionXCOFF *Csect = cast<MCSectionXCOFF>( in doInitialization() local2665 Csect->ensureMinAlignment(GOAlign); in doInitialization()