Lines Matching refs:MCSectionXCOFF
54 uint8_t getEncodedType(const MCSectionXCOFF *);
77 const MCSectionXCOFF *const MCCsect;
85 ControlSection(const MCSectionXCOFF *MCSec) in ControlSection()
164 DenseMap<const MCSectionXCOFF *, ControlSection *> SectionMap;
190 CsectGroup &getCsectGroup(const MCSectionXCOFF *MCSec);
274 CsectGroup &XCOFFObjectWriter::getCsectGroup(const MCSectionXCOFF *MCSec) { in getCsectGroup()
318 static MCSectionXCOFF *getContainingCsect(const MCSymbolXCOFF *XSym) { in getContainingCsect()
320 return cast<MCSectionXCOFF>(XSym->getFragment()->getParent()); in getContainingCsect()
330 const auto *MCSec = cast<const MCSectionXCOFF>(&S); in executePostLayoutBinding()
352 const MCSectionXCOFF *ContainingCsect = getContainingCsect(XSym); in executePostLayoutBinding()
393 const MCSectionXCOFF *ContainingCsect) { in recordRelocation()
404 const MCSectionXCOFF *ContainingCsect) { in recordRelocation()
422 const MCSectionXCOFF *SymASec = getContainingCsect(cast<MCSymbolXCOFF>(SymA)); in recordRelocation()
452 MCSectionXCOFF *RelocationSec = cast<MCSectionXCOFF>(Fragment->getParent()); in recordRelocation()
464 const MCSectionXCOFF *SymBSec = getContainingCsect(cast<MCSymbolXCOFF>(SymB)); in recordRelocation()
826 const MCSectionXCOFF *MCSec = Csect.MCCsect; in assignAddressesAndIndices()
877 uint8_t getEncodedType(const MCSectionXCOFF *Sec) { in getEncodedType()