Lines Matching refs:MCSectionXCOFF
55 uint8_t getEncodedType(const MCSectionXCOFF *);
83 const MCSectionXCOFF *const MCSec;
94 XCOFFSection(const MCSectionXCOFF *MCSec) in XCOFFSection()
221 DenseMap<const MCSectionXCOFF *, XCOFFSection *> SectionMap;
254 CsectGroup &getCsectGroup(const MCSectionXCOFF *MCSec);
364 CsectGroup &XCOFFObjectWriter::getCsectGroup(const MCSectionXCOFF *MCSec) { in getCsectGroup()
420 static MCSectionXCOFF *getContainingCsect(const MCSymbolXCOFF *XSym) { in getContainingCsect()
422 return cast<MCSectionXCOFF>(XSym->getFragment()->getParent()); in getContainingCsect()
429 const auto *MCSec = cast<const MCSectionXCOFF>(&S); in executePostLayoutBinding()
466 const MCSectionXCOFF *ContainingCsect = getContainingCsect(XSym); in executePostLayoutBinding()
521 const MCSectionXCOFF *ContainingCsect) { in recordRelocation()
532 const MCSectionXCOFF *ContainingSect) -> uint64_t { in recordRelocation()
557 const MCSectionXCOFF *SymASec = getContainingCsect(cast<MCSymbolXCOFF>(SymA)); in recordRelocation()
595 MCSectionXCOFF *RelocationSec = cast<MCSectionXCOFF>(Fragment->getParent()); in recordRelocation()
607 const MCSectionXCOFF *SymBSec = getContainingCsect(cast<MCSymbolXCOFF>(SymB)); in recordRelocation()
1028 const MCSectionXCOFF *MCSec = Csect.MCSec; in assignAddressesAndIndices()
1075 const MCSectionXCOFF *MCSec = DwarfSect.MCSec; in assignAddressesAndIndices()
1228 uint8_t getEncodedType(const MCSectionXCOFF *Sec) { in getEncodedType()