Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp84 const MCSectionXCOFF *const MCSec; member
93 return MCSec->getVisibilityType(); in getVisibilityType()
95 XCOFFSection(const MCSectionXCOFF *MCSec) in XCOFFSection()
96 : MCSec(MCSec), SymbolTableIndex(-1), Address(-1), Size(0) {} in XCOFFSection()
493 switch (MCSec->getMappingClass()) { in getCsectGroup()
563 if (MCSec->isCsect()) { in executePostLayoutBinding()
570 Group.emplace_back(MCSec); in executePostLayoutBinding()
572 } else if (MCSec->isDwarfSect()) { in executePostLayoutBinding()
1072 if (Section.MCSec->isCsect()) in writeRelocation()
1407 const MCSectionXCOFF *MCSec = Csect.MCSec; in assignAddressesAndIndices() local
[all …]
H A DWinCOFFObjectWriter.cpp196 const MCSection &MCSec);
327 COFFSection *Section = createSection(MCSec.getName()); in defineSection()
328 COFFSymbol *Symbol = createSymbol(MCSec.getName()); in defineSection()
335 if (const MCSymbol *S = MCSec.getCOMDATSymbol()) { in defineSection()
354 Section->MCSection = &MCSec; in defineSection()
355 SectionMap[&MCSec] = Section; in defineSection()
612 Asm.writeSectionData(VecOS, &MCSec, Layout); in writeSectionContents()
877 MCSection *MCSec = Fragment->getParent(); in recordRelocation() local
880 assert(SectionMap.contains(MCSec) && in recordRelocation()
883 COFFSection *Sec = SectionMap[MCSec]; in recordRelocation()
[all …]