Searched refs:getMappingClass (Results 1 – 3 of 3) sorted by relevance
29 if (getMappingClass() != XCOFF::XMC_PR) in PrintSwitchToSection()37 if (getMappingClass() != XCOFF::XMC_RO) in PrintSwitchToSection()46 if (getMappingClass() != XCOFF::XMC_TL) in PrintSwitchToSection()53 switch (getMappingClass()) { in PrintSwitchToSection()72 if (isCsect() && getMappingClass() == XCOFF::XMC_TD) { in PrintSwitchToSection()81 assert((getMappingClass() == XCOFF::XMC_RW || in PrintSwitchToSection()82 getMappingClass() == XCOFF::XMC_BS || in PrintSwitchToSection()83 getMappingClass() == XCOFF::XMC_UL) && in PrintSwitchToSection()
284 switch (MCSec->getMappingClass()) { in getCsectGroup()445 if (SymASec->isCsect() && SymASec->getMappingClass() == XCOFF::XMC_TD) in recordRelocation()626 W.write<uint8_t>(CSectionRef.MCCsect->getMappingClass()); in writeSymbolTableEntryForCsectMemberLabel()664 W.write<uint8_t>(CSectionRef.MCCsect->getMappingClass()); in writeSymbolTableEntryForControlSection()
91 XCOFF::StorageMappingClass getMappingClass() const { in getMappingClass() function