Searched refs:PRAttributes (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCSectionGOFF.h | 37 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 D | MCContext.h | 625 GOFF::PRAttr PRAttributes,
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCSectionGOFF.cpp | 130 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 D | MCContext.cpp | 773 GOFF::PRAttr PRAttributes, in getGOFFSection() argument 775 return getGOFFSection<GOFF::PRAttr>(Kind, Name, PRAttributes, Parent, in getGOFFSection()
|