Home
last modified time | relevance | path

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

12

/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/MC/
H A DMCSectionXCOFF.cpp29 if (getMappingClass() != XCOFF::XMC_PR) in PrintSwitchToSection()
37 if (getMappingClass() != XCOFF::XMC_RO) in PrintSwitchToSection()
46 if (getMappingClass() != XCOFF::XMC_TL) in PrintSwitchToSection()
53 switch (getMappingClass()) { in PrintSwitchToSection()
72 if (isCsect() && getMappingClass() == XCOFF::XMC_TD) { in PrintSwitchToSection()
81 assert((getMappingClass() == XCOFF::XMC_RW || in PrintSwitchToSection()
82 getMappingClass() == XCOFF::XMC_BS || in PrintSwitchToSection()
83 getMappingClass() == XCOFF::XMC_UL) && in PrintSwitchToSection()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/MC/
H A DMCSectionXCOFF.cpp29 if (getMappingClass() != XCOFF::XMC_PR) in PrintSwitchToSection()
37 if (getMappingClass() != XCOFF::XMC_RO) in PrintSwitchToSection()
46 if (getMappingClass() != XCOFF::XMC_TL) in PrintSwitchToSection()
53 switch (getMappingClass()) { in PrintSwitchToSection()
72 if (isCsect() && getMappingClass() == XCOFF::XMC_TD) { in PrintSwitchToSection()
81 assert((getMappingClass() == XCOFF::XMC_RW || in PrintSwitchToSection()
82 getMappingClass() == XCOFF::XMC_BS || in PrintSwitchToSection()
83 getMappingClass() == XCOFF::XMC_UL) && in PrintSwitchToSection()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/MC/
H A DMCSectionXCOFF.cpp29 if (getMappingClass() != XCOFF::XMC_PR) in PrintSwitchToSection()
37 if (getMappingClass() != XCOFF::XMC_RO) in PrintSwitchToSection()
46 if (getMappingClass() != XCOFF::XMC_TL) in PrintSwitchToSection()
53 switch (getMappingClass()) { in PrintSwitchToSection()
72 if (isCsect() && getMappingClass() == XCOFF::XMC_TD) { in PrintSwitchToSection()
81 assert((getMappingClass() == XCOFF::XMC_RW || in PrintSwitchToSection()
82 getMappingClass() == XCOFF::XMC_BS || in PrintSwitchToSection()
83 getMappingClass() == XCOFF::XMC_UL) && in PrintSwitchToSection()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/MC/
H A DMCSectionXCOFF.cpp29 if (getMappingClass() != XCOFF::XMC_PR) in PrintSwitchToSection()
37 if (getMappingClass() != XCOFF::XMC_RO) in PrintSwitchToSection()
46 if (getMappingClass() != XCOFF::XMC_TL) in PrintSwitchToSection()
53 switch (getMappingClass()) { in PrintSwitchToSection()
72 if (isCsect() && getMappingClass() == XCOFF::XMC_TD) { in PrintSwitchToSection()
81 assert((getMappingClass() == XCOFF::XMC_RW || in PrintSwitchToSection()
82 getMappingClass() == XCOFF::XMC_BS || in PrintSwitchToSection()
83 getMappingClass() == XCOFF::XMC_UL) && in PrintSwitchToSection()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/MC/
H A DMCSectionXCOFF.cpp29 if (getMappingClass() != XCOFF::XMC_PR) in PrintSwitchToSection()
37 if (getMappingClass() != XCOFF::XMC_RO) in PrintSwitchToSection()
46 if (getMappingClass() != XCOFF::XMC_TL) in PrintSwitchToSection()
53 switch (getMappingClass()) { in PrintSwitchToSection()
72 if (isCsect() && getMappingClass() == XCOFF::XMC_TD) { in PrintSwitchToSection()
81 assert((getMappingClass() == XCOFF::XMC_RW || in PrintSwitchToSection()
82 getMappingClass() == XCOFF::XMC_BS || in PrintSwitchToSection()
83 getMappingClass() == XCOFF::XMC_UL) && in PrintSwitchToSection()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/MC/
H A DMCSectionXCOFF.cpp29 if (getMappingClass() != XCOFF::XMC_PR) in PrintSwitchToSection()
37 if (getMappingClass() != XCOFF::XMC_RO) in PrintSwitchToSection()
46 if (getMappingClass() != XCOFF::XMC_TL) in PrintSwitchToSection()
53 switch (getMappingClass()) { in PrintSwitchToSection()
72 if (isCsect() && getMappingClass() == XCOFF::XMC_TD) { in PrintSwitchToSection()
81 assert((getMappingClass() == XCOFF::XMC_RW || in PrintSwitchToSection()
82 getMappingClass() == XCOFF::XMC_BS || in PrintSwitchToSection()
83 getMappingClass() == XCOFF::XMC_UL) && in PrintSwitchToSection()
/dports/devel/llvm10/llvm-10.0.1.src/lib/MC/
H A 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()
H A 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A 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()
H A 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()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/MC/
H A 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()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/MC/
H A DMCSectionXCOFF.cpp27 if (getMappingClass() != XCOFF::XMC_PR) in PrintSwitchToSection()
35 if (getMappingClass() != XCOFF::XMC_RO) in PrintSwitchToSection()
42 switch (getMappingClass()) { in PrintSwitchToSection()
60 assert((getMappingClass() == XCOFF::XMC_RW || in PrintSwitchToSection()
61 getMappingClass() == XCOFF::XMC_BS) && in PrintSwitchToSection()
/dports/devel/llvm11/llvm-11.0.1.src/lib/MC/
H A DMCSectionXCOFF.cpp27 if (getMappingClass() != XCOFF::XMC_PR) in PrintSwitchToSection()
35 if (getMappingClass() != XCOFF::XMC_RO) in PrintSwitchToSection()
42 switch (getMappingClass()) { in PrintSwitchToSection()
60 assert((getMappingClass() == XCOFF::XMC_RW || in PrintSwitchToSection()
61 getMappingClass() == XCOFF::XMC_BS) && in PrintSwitchToSection()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/MC/
H A 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()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/MC/
H A 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()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/MC/
H A 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()
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/MC/
H A DMCSectionXCOFF.h45 XCOFF::StorageMappingClass getMappingClass() const { return MappingClass; } in getMappingClass() function
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/MC/
H A DMCSectionXCOFF.h62 XCOFF::StorageMappingClass getMappingClass() const { return MappingClass; } in getMappingClass() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCSectionXCOFF.h62 XCOFF::StorageMappingClass getMappingClass() const { return MappingClass; } in getMappingClass() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/MC/
H A DMCSectionXCOFF.h62 XCOFF::StorageMappingClass getMappingClass() const { return MappingClass; } in getMappingClass() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/MC/
H A DMCSectionXCOFF.h68 XCOFF::StorageMappingClass getMappingClass() const { return MappingClass; } in getMappingClass() function
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/MC/
H A DMCSectionXCOFF.h68 XCOFF::StorageMappingClass getMappingClass() const { return MappingClass; } in getMappingClass() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/MC/
H A DMCSectionXCOFF.h67 XCOFF::StorageMappingClass getMappingClass() const { return MappingClass; } in getMappingClass() function
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/MC/
H A DMCSectionXCOFF.h67 XCOFF::StorageMappingClass getMappingClass() const { return MappingClass; } in getMappingClass() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/MC/
H A DMCSectionXCOFF.h68 XCOFF::StorageMappingClass getMappingClass() const { return MappingClass; } in getMappingClass() function

12