Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionGOFF.h37 GOFF::PRAttr PRAttributes; member
72 GOFF::PRAttr PRAttributes, MCSectionGOFF *Parent) in MCSectionGOFF() argument
74 Parent(Parent), PRAttributes(PRAttributes), in MCSectionGOFF()
109 return PRAttributes; in getPRAttributes()
H A DMCContext.h625 GOFF::PRAttr PRAttributes,
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionGOFF.cpp130 PRAttributes.Executable, ED->EDAttributes.IsReadOnly, in printSwitchToSection()
131 PRAttributes.SortKey, ED->EDAttributes.FillByteValue, Name); in printSwitchToSection()
132 emitXATTR(OS, Name, PRAttributes.Linkage, PRAttributes.Executable, in printSwitchToSection()
133 PRAttributes.BindingScope); in printSwitchToSection()
H A DMCContext.cpp773 GOFF::PRAttr PRAttributes, in getGOFFSection() argument
775 return getGOFFSection<GOFF::PRAttr>(Kind, Name, PRAttributes, Parent, in getGOFFSection()