Lines Matching refs:MCSectionXCOFF
54 uint8_t getEncodedType(const MCSectionXCOFF *);
78 const MCSectionXCOFF *const MCSec;
86 XCOFFSection(const MCSectionXCOFF *MCSec) in XCOFFSection()
185 DenseMap<const MCSectionXCOFF *, XCOFFSection *> SectionMap;
216 CsectGroup &getCsectGroup(const MCSectionXCOFF *MCSec);
304 CsectGroup &XCOFFObjectWriter::getCsectGroup(const MCSectionXCOFF *MCSec) { in getCsectGroup()
360 static MCSectionXCOFF *getContainingCsect(const MCSymbolXCOFF *XSym) { in getContainingCsect()
362 return cast<MCSectionXCOFF>(XSym->getFragment()->getParent()); in getContainingCsect()
372 const auto *MCSec = cast<const MCSectionXCOFF>(&S); in executePostLayoutBinding()
394 const MCSectionXCOFF *ContainingCsect = getContainingCsect(XSym); in executePostLayoutBinding()
437 const MCSectionXCOFF *ContainingCsect) { in recordRelocation()
448 const MCSectionXCOFF *ContainingCsect) { in recordRelocation()
466 const MCSectionXCOFF *SymASec = getContainingCsect(cast<MCSymbolXCOFF>(SymA)); in recordRelocation()
505 MCSectionXCOFF *RelocationSec = cast<MCSectionXCOFF>(Fragment->getParent()); in recordRelocation()
517 const MCSectionXCOFF *SymBSec = getContainingCsect(cast<MCSymbolXCOFF>(SymB)); in recordRelocation()
917 const MCSectionXCOFF *MCSec = Csect.MCSec; in assignAddressesAndIndices()
968 uint8_t getEncodedType(const MCSectionXCOFF *Sec) { in getEncodedType()