Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionXCOFF.cpp30 if (getMappingClass() != XCOFF::XMC_PR) in printSwitchToSection()
38 if (getMappingClass() != XCOFF::XMC_RO && in printSwitchToSection()
39 getMappingClass() != XCOFF::XMC_TD) in printSwitchToSection()
46 if (getMappingClass() != XCOFF::XMC_RW && in printSwitchToSection()
47 getMappingClass() != XCOFF::XMC_RO && in printSwitchToSection()
48 getMappingClass() != XCOFF::XMC_TD) in printSwitchToSection()
58 if (getMappingClass() != XCOFF::XMC_TL) in printSwitchToSection()
65 switch (getMappingClass()) { in printSwitchToSection()
93 assert((getMappingClass() == XCOFF::XMC_RW || in printSwitchToSection()
94 getMappingClass() == XCOFF::XMC_BS || in printSwitchToSection()
[all …]
H A DXCOFFObjectWriter.cpp493 switch (MCSec->getMappingClass()) { in getCsectGroup()
731 assert((SymASec->getMappingClass() == XCOFF::XMC_PR && in recordRelocation()
732 ParentSec->getMappingClass() == XCOFF::XMC_PR) && in recordRelocation()
931 CSectionRef.MCSec->getMappingClass()); in writeSymbolEntryForCsectMemberLabel()
951 CSectionRef.MCSec->getMappingClass()); in writeSymbolEntryForControlSection()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionXCOFF.h96 XCOFF::StorageMappingClass getMappingClass() const { in getMappingClass() function