Searched refs:EDAttributes (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCSectionGOFF.cpp | 115 emitCATTR(OS, Name, EDAttributes.Rmode, EDAttributes.Alignment, in printSwitchToSection() 116 EDAttributes.LoadBehavior, GOFF::ESD_EXE_Unspecified, in printSwitchToSection() 117 EDAttributes.IsReadOnly, 0, EDAttributes.FillByteValue, in printSwitchToSection() 129 ED->EDAttributes.Alignment, ED->EDAttributes.LoadBehavior, in printSwitchToSection() 130 PRAttributes.Executable, ED->EDAttributes.IsReadOnly, in printSwitchToSection() 131 PRAttributes.SortKey, ED->EDAttributes.FillByteValue, Name); in printSwitchToSection()
|
| H A D | MCContext.cpp | 765 GOFF::EDAttr EDAttributes, in getGOFFSection() argument 768 Kind, Name, EDAttributes, Parent, in getGOFFSection() 769 /*IsVirtual=*/EDAttributes.BindAlgorithm == GOFF::ESD_BA_Merge); in getGOFFSection()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCSectionGOFF.h | 36 GOFF::EDAttr EDAttributes; member 65 GOFF::EDAttr EDAttributes, MCSectionGOFF *Parent) in MCSectionGOFF() argument 67 Parent(Parent), EDAttributes(EDAttributes), in MCSectionGOFF() 105 return EDAttributes; in getEDAttributes() 116 return EDAttributes.TextStyle; in getTextStyle()
|
| H A D | MCContext.h | 622 GOFF::EDAttr EDAttributes,
|