Searched refs:Rmode (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCSectionGOFF.cpp | 15 static void emitCATTR(raw_ostream &OS, StringRef Name, GOFF::ESDRmode Rmode, in emitCATTR() argument 46 if (Rmode != GOFF::ESD_RMODE_None) { in emitCATTR() 49 switch (Rmode) { in emitCATTR() 115 emitCATTR(OS, Name, EDAttributes.Rmode, EDAttributes.Alignment, in printSwitchToSection() 128 emitCATTR(OS, ED->getName(), ED->getEDAttributes().Rmode, in printSwitchToSection()
|
| H A D | GOFFObjectWriter.cpp | 241 BehavAttrs.setRmode(Attr.Rmode); in GOFFSymbol()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCGOFFAttributes.h | 54 GOFF::ESDRmode Rmode; member
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | GOFF.h | 195 static void getRmode(const uint8_t *Record, GOFF::ESDRmode &Rmode) { in getRmode() argument 198 Rmode = (GOFF::ESDRmode)Value; in getRmode()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | GOFF.h | 238 GOFF_BEHAVIORAL_ATTRIBUTE(Rmode, GOFF::ESDRmode, 1, 0, 8)
|