Searched refs:getMappingClass (Results 1 – 6 of 6) sorted by relevance
23 if (getMappingClass() != XCOFF::XMC_PR) in PrintSwitchToSection()31 if (getMappingClass() != XCOFF::XMC_RO) in PrintSwitchToSection()38 switch (getMappingClass()) { in PrintSwitchToSection()56 assert((getMappingClass() == XCOFF::XMC_RW || in PrintSwitchToSection()57 getMappingClass() == XCOFF::XMC_BS) && in PrintSwitchToSection()
247 switch (MCSec->getMappingClass()) { in getCsectGroup()459 W.write<uint8_t>(CSectionRef.MCCsect->getMappingClass()); in writeSymbolTableEntryForCsectMemberLabel()497 W.write<uint8_t>(CSectionRef.MCCsect->getMappingClass()); in writeSymbolTableEntryForControlSection()
27 if (getMappingClass() != XCOFF::XMC_PR) in PrintSwitchToSection()35 if (getMappingClass() != XCOFF::XMC_RO) in PrintSwitchToSection()42 switch (getMappingClass()) { in PrintSwitchToSection()61 assert((getMappingClass() == XCOFF::XMC_RW || in PrintSwitchToSection()62 getMappingClass() == XCOFF::XMC_BS) && in PrintSwitchToSection()
275 switch (MCSec->getMappingClass()) { in getCsectGroup()594 W.write<uint8_t>(CSectionRef.MCCsect->getMappingClass()); in writeSymbolTableEntryForCsectMemberLabel()632 W.write<uint8_t>(CSectionRef.MCCsect->getMappingClass()); in writeSymbolTableEntryForControlSection()
62 XCOFF::StorageMappingClass getMappingClass() const { return MappingClass; } in getMappingClass() function
68 XCOFF::StorageMappingClass getMappingClass() const { return MappingClass; } in getMappingClass() function