Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp419 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() local
873 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 …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2347 MCSectionXCOFF *Csect = cast<MCSectionXCOFF>( in emitGlobalVariableHelper() local
2351 OutStreamer->SwitchSection(Csect); in emitGlobalVariableHelper()
2483 MCSectionXCOFF *Csect = cast<MCSectionXCOFF>( in doInitialization() local
2487 if (GOAlign > Csect->getAlignment()) in doInitialization()
2488 Csect->setAlignment(GOAlign); in doInitialization()