Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
48 if (getMappingClass() != XCOFF::XMC_TL) in printSwitchToSection()
55 switch (getMappingClass()) { in printSwitchToSection()
74 if (isCsect() && getMappingClass() == XCOFF::XMC_TD) { in printSwitchToSection()
84 assert((getMappingClass() == XCOFF::XMC_RW || in printSwitchToSection()
85 getMappingClass() == XCOFF::XMC_BS || in printSwitchToSection()
86 getMappingClass() == XCOFF::XMC_UL) && in printSwitchToSection()
H A DXCOFFObjectWriter.cpp427 switch (MCSec->getMappingClass()) { in getCsectGroup()
654 assert((SymASec->getMappingClass() == XCOFF::XMC_PR && in recordRelocation()
655 ParentSec->getMappingClass() == XCOFF::XMC_PR) && in recordRelocation()
854 CSectionRef.MCSec->getMappingClass()); in writeSymbolEntryForCsectMemberLabel()
874 CSectionRef.MCSec->getMappingClass()); in writeSymbolEntryForControlSection()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCSectionXCOFF.h96 XCOFF::StorageMappingClass getMappingClass() const { in getMappingClass() function