Home
last modified time | relevance | path

Searched refs:Csect (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp534 for (const auto &Csect : *Group) { in writeSections()
535 if (uint32_t PaddingSize = Csect.Address - CurrentAddressLocation) in writeSections()
537 if (Csect.Size) in writeSections()
538 Asm.writeSectionData(W.OS, Csect.MCCsect, Layout); in writeSections()
539 CurrentAddressLocation = Csect.Address + Csect.Size; in writeSections()
738 for (const auto &Csect : *Group) { in writeRelocations()
739 for (const auto Reloc : Csect.Relocations) in writeRelocations()
740 writeRelocation(Reloc, Csect); in writeRelocations()
771 for (const auto &Csect : UndefinedCsects) { in writeSymbolTable() local
773 Csect, XCOFF::ReservedSectionNum::N_UNDEF, Csect.MCCsect->getStorageClass()); in writeSymbolTable()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2195 MCSectionXCOFF *Csect = cast<MCSectionXCOFF>( in emitGlobalVariableHelper() local
2199 OutStreamer->SwitchSection(Csect); in emitGlobalVariableHelper()
2331 MCSectionXCOFF *Csect = cast<MCSectionXCOFF>( in doInitialization() local
2335 if (GOAlign > Csect->getAlignment()) in doInitialization()
2336 Csect->setAlignment(GOAlign); in doInitialization()