Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DXCOFFObjectWriter.cpp368 for (const auto &Csect : *Group) { in writeSections()
369 if (uint32_t PaddingSize = Csect.Address - CurrentAddressLocation) in writeSections()
371 if (Csect.Size) in writeSections()
372 Asm.writeSectionData(W.OS, Csect.MCCsect, Layout); in writeSections()
373 CurrentAddressLocation = Csect.Address + Csect.Size; in writeSections()
553 for (const auto &Csect : UndefinedCsects) { in writeSymbolTable() local
555 Csect, XCOFF::ReservedSectionNum::N_UNDEF, Csect.MCCsect->getStorageClass()); in writeSymbolTable()
568 for (const auto &Csect : *Group) { in writeSymbolTable()
571 Csect, SectionIndex, Csect.MCCsect->getStorageClass()); in writeSymbolTable()
573 for (const auto &Sym : Csect.Syms) in writeSymbolTable()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp1614 MCSectionXCOFF *Csect = OutStreamer->getContext().getXCOFFSection( in lowerConstant() local
1618 FSym->setContainingCsect(Csect); in lowerConstant()
1645 MCSectionXCOFF *Csect = cast<MCSectionXCOFF>( in EmitGlobalVariable() local
1647 OutStreamer->SwitchSection(Csect); in EmitGlobalVariable()
1648 GVSym->setContainingCsect(Csect); in EmitGlobalVariable()
1660 GVSym, Size, Csect->getQualNameSymbol(), Align); in EmitGlobalVariable()
1662 OutStreamer->EmitCommonSymbol(Csect->getQualNameSymbol(), Size, Align); in EmitGlobalVariable()
1759 MCSectionXCOFF *Csect = OutStreamer->getContext().getXCOFFSection( in getMCSymbolForTOCPseudoMO() local
1762 XSym->setContainingCsect(Csect); in getMCSymbolForTOCPseudoMO()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineModuleInfo.cpp127 MCSectionXCOFF *Csect = in getAddrLabelSymbolToEmit() local
129 cast<MCSymbolXCOFF>(Sym)->setContainingCsect(Csect); in getAddrLabelSymbolToEmit()