Home
last modified time | relevance | path

Searched refs:XTY_CM (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSectionXCOFF.cpp60 assert(getCSectType() == XCOFF::XTY_CM && in PrintSwitchToSection()
73 bool MCSectionXCOFF::isVirtualSection() const { return XCOFF::XTY_CM == Type; } in isVirtualSection()
DXCOFFObjectWriter.cpp257 if (XCOFF::XTY_CM == MCSec->getCSectType()) in getCsectGroup()
267 assert(XCOFF::XTY_CM == MCSec->getCSectType() && in getCsectGroup()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSectionXCOFF.h47 assert((ST == XCOFF::XTY_SD || ST == XCOFF::XTY_CM || ST == XCOFF::XTY_ER) && in MCSectionXCOFF()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DXCOFF.h149 XTY_CM = 3 ///< Common csect definition. For uninitialized storage. enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1848 Name, Kind.isBSSLocal() ? XCOFF::XMC_BS : XCOFF::XMC_RW, XCOFF::XTY_CM, in SelectSectionForGlobal()