Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DXCOFF.cpp23 case XCOFF::XMC_BS: in getMappingClassString()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSectionXCOFF.cpp57 getMappingClass() == XCOFF::XMC_BS) && in PrintSwitchToSection()
DXCOFFObjectWriter.cpp266 case XCOFF::XMC_BS: in getCsectGroup()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DXCOFF.h49 XMC_BS = 9, ///< BSS class (uninitialized static internal) enumerator
/third_party/skia/third_party/externals/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()