Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp620 Csect->Syms.emplace_back(XSym); in executePostLayoutBinding()
1248 for (auto &Csect : *Group) in finalizeSectionInfo()
1363 Csect.Size = 0; in assignAddressesAndIndices()
1364 Csect.Address = 0; in assignAddressesAndIndices()
1366 SymbolIndexMap[Csect.MCSec->getQualNameSymbol()] = Csect.SymbolTableIndex; in assignAddressesAndIndices()
1406 for (auto &Csect : *Group) { in assignAddressesAndIndices()
1410 Address = Csect.Address + Csect.Size; in assignAddressesAndIndices()
1416 for (auto &Sym : Csect.Syms) { in assignAddressesAndIndices()
1556 for (const auto &Csect : *Group) { in writeSectionForControlSectionEntry()
1559 if (Csect.Size) in writeSectionForControlSectionEntry()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2550 MCSectionXCOFF *Csect = cast<MCSectionXCOFF>( in emitGlobalVariableHelper() local
2554 OutStreamer->switchSection(Csect); in emitGlobalVariableHelper()
2745 MCSectionXCOFF *Csect = cast<MCSectionXCOFF>( in doInitialization() local
2749 Csect->ensureMinAlignment(GOAlign); in doInitialization()