Lines Matching refs:XCOFF
27 if (getMappingClass() != XCOFF::XMC_PR) in PrintSwitchToSection()
35 if (getMappingClass() != XCOFF::XMC_RO) in PrintSwitchToSection()
43 case XCOFF::XMC_RW: in PrintSwitchToSection()
44 case XCOFF::XMC_DS: in PrintSwitchToSection()
47 case XCOFF::XMC_TC: in PrintSwitchToSection()
48 case XCOFF::XMC_TE: in PrintSwitchToSection()
50 case XCOFF::XMC_TC0: in PrintSwitchToSection()
61 assert((getMappingClass() == XCOFF::XMC_RW || in PrintSwitchToSection()
62 getMappingClass() == XCOFF::XMC_BS) && in PrintSwitchToSection()
65 assert(getCSectType() == XCOFF::XTY_CM && in PrintSwitchToSection()
78 bool MCSectionXCOFF::isVirtualSection() const { return XCOFF::XTY_CM == Type; } in isVirtualSection()