Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionXCOFF.h35 std::optional<XCOFF::CsectProperties> CsectProp; variable
52 CsectProp(XCOFF::CsectProperties(SMC, ST)), QualName(QualName), in MCSectionXCOFF()
104 return CsectProp->MappingClass; in getMappingClass()
114 return CsectProp->Type; in getCSectType()
125 bool isCsect() const { return CsectProp.has_value(); } in isCsect()
131 return CsectProp; in getCsectProp()
H A DMCContext.h645 XCOFF::CsectProperties CsectProp) const;
649 std::optional<XCOFF::CsectProperties> CsectProp = std::nullopt,
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp795 XCOFF::CsectProperties CsectProp) const { in hasXCOFFSection()
797 XCOFFSectionKey(Section.str(), CsectProp.MappingClass)) != 0; in hasXCOFFSection()
802 std::optional<XCOFF::CsectProperties> CsectProp, bool MultiSymbolsAllowed, in getXCOFFSection() argument
805 assert((IsDwarfSec != CsectProp.has_value()) && "Invalid XCOFF section!"); in getXCOFFSection()
810 : XCOFFSectionKey(Section.str(), CsectProp->MappingClass), in getXCOFFSection()
830 XCOFF::getMappingClassString(CsectProp->MappingClass) + "]")); in getXCOFFSection()
841 MCSectionXCOFF(QualName->getUnqualifiedName(), CsectProp->MappingClass, in getXCOFFSection()
842 CsectProp->Type, Kind, QualName, nullptr, CachedName, in getXCOFFSection()
854 if (IsDwarfSec || CsectProp->MappingClass == XCOFF::XMC_PR) in getXCOFFSection()