Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCSectionXCOFF.cpp31 if (getMappingClass() != XCOFF::XMC_PR) in printSwitchToSection()
39 if (getMappingClass() != XCOFF::XMC_RO && in printSwitchToSection()
40 getMappingClass() != XCOFF::XMC_TD) in printSwitchToSection()
49 if (getMappingClass() != XCOFF::XMC_TL) in printSwitchToSection()
56 switch (getMappingClass()) { in printSwitchToSection()
75 if (isCsect() && getMappingClass() == XCOFF::XMC_TD) { in printSwitchToSection()
85 assert((getMappingClass() == XCOFF::XMC_RW || in printSwitchToSection()
86 getMappingClass() == XCOFF::XMC_BS || in printSwitchToSection()
87 getMappingClass() == XCOFF::XMC_UL) && in printSwitchToSection()
H A DXCOFFObjectWriter.cpp365 switch (MCSec->getMappingClass()) { in getCsectGroup()
559 if (SymASec->isCsect() && SymASec->getMappingClass() == XCOFF::XMC_TD) in recordRelocation()
742 CSectionRef.MCSec->getMappingClass()); in writeSymbolEntryForCsectMemberLabel()
762 CSectionRef.MCSec->getMappingClass()); in writeSymbolEntryForControlSection()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCSectionXCOFF.h96 XCOFF::StorageMappingClass getMappingClass() const { in getMappingClass() function