Home
last modified time | relevance | path

Searched refs:getMappingClass (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSectionXCOFF.cpp23 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()
DXCOFFObjectWriter.cpp247 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()
/external/llvm-project/llvm/lib/MC/
DMCSectionXCOFF.cpp27 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()
DXCOFFObjectWriter.cpp275 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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSectionXCOFF.h62 XCOFF::StorageMappingClass getMappingClass() const { return MappingClass; } in getMappingClass() function
/external/llvm-project/llvm/include/llvm/MC/
DMCSectionXCOFF.h68 XCOFF::StorageMappingClass getMappingClass() const { return MappingClass; } in getMappingClass() function