Searched refs:XTY_CM (Results 1 – 5 of 5) sorted by relevance
60 assert(getCSectType() == XCOFF::XTY_CM && in PrintSwitchToSection()73 bool MCSectionXCOFF::isVirtualSection() const { return XCOFF::XTY_CM == Type; } in isVirtualSection()
257 if (XCOFF::XTY_CM == MCSec->getCSectType()) in getCsectGroup()267 assert(XCOFF::XTY_CM == MCSec->getCSectType() && in getCsectGroup()
47 assert((ST == XCOFF::XTY_SD || ST == XCOFF::XTY_CM || ST == XCOFF::XTY_ER) && in MCSectionXCOFF()
149 XTY_CM = 3 ///< Common csect definition. For uninitialized storage. enumerator
1848 Name, Kind.isBSSLocal() ? XCOFF::XMC_BS : XCOFF::XMC_RW, XCOFF::XTY_CM, in SelectSectionForGlobal()