Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp83 const MCSectionXCOFF *const MCSec; member
92 return MCSec->getVisibilityType(); in getVisibilityType()
94 XCOFFSection(const MCSectionXCOFF *MCSec) in XCOFFSection()
95 : MCSec(MCSec), SymbolTableIndex(-1), Address(-1), Size(0) {} in XCOFFSection()
365 switch (MCSec->getMappingClass()) { in getCsectGroup()
437 if (MCSec->isCsect()) { in executePostLayoutBinding()
444 Group.emplace_back(MCSec); in executePostLayoutBinding()
446 } else if (MCSec->isDwarfSect()) { in executePostLayoutBinding()
840 if (Section.MCSec->isCsect()) in writeRelocation()
1028 const MCSectionXCOFF *MCSec = Csect.MCSec; in assignAddressesAndIndices() local
[all …]
H A DWinCOFFObjectWriter.cpp199 const MCSection &MCSec);
308 COFFSymbol *Symbol = createSymbol(MCSec.getName()); in defineSection()
315 if (const MCSymbol *S = MCSec.getCOMDATSymbol()) { in defineSection()
334 Section->MCSection = &MCSec; in defineSection()
335 SectionMap[&MCSec] = Section; in defineSection()
592 Asm.writeSectionData(VecOS, &MCSec, Layout); in writeSectionContents()
619 COFFSection *Sec = SectionMap[&MCSec]; in writeSection()
716 MCSection *MCSec = Fragment->getParent(); in recordRelocation() local
719 assert(SectionMap.find(MCSec) != SectionMap.end() && in recordRelocation()
722 COFFSection *Sec = SectionMap[MCSec]; in recordRelocation()
[all …]