Home
last modified time | relevance | path

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

/freebsd/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()
84 if (isCsect() && getMappingClass() == XCOFF::XMC_TD) { in printSwitchToSection()
97 assert((getMappingClass() == XCOFF::XMC_RW || in printSwitchToSection()
[all …]
H A DXCOFFObjectWriter.cpp493 switch (MCSec->getMappingClass()) { in getCsectGroup()
761 assert((SymASec->getMappingClass() == XCOFF::XMC_PR && in recordRelocation()
762 ParentSec->getMappingClass() == XCOFF::XMC_PR) && in recordRelocation()
985 CSectionRef.MCSec->getMappingClass()); in writeSymbolEntryForCsectMemberLabel()
1005 CSectionRef.MCSec->getMappingClass()); in writeSymbolEntryForControlSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionXCOFF.h102 XCOFF::StorageMappingClass getMappingClass() const { in getMappingClass() function
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2828 if (GVKind.isBSSLocal() && Csect->getMappingClass() == XCOFF::XMC_TD) { in emitGlobalVariableHelper()
2831 assert(Csect->getMappingClass() != XCOFF::XMC_TD && in emitGlobalVariableHelper()
2855 if (Csect->getMappingClass() != XCOFF::XMC_TD) in emitGlobalVariableHelper()