Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionGOFF.cpp19 uint32_t SortKey, uint8_t FillByteValue, in emitCATTR() argument
64 if (SortKey) in emitCATTR()
65 OS << ",PRIORITY(" << SortKey << ")"; in emitCATTR()
131 PRAttributes.SortKey, ED->EDAttributes.FillByteValue, Name); in printSwitchToSection()
H A DGOFFObjectWriter.cpp214 uint32_t SortKey = 0; member in __anonc8770be50211::GOFFSymbol
401 OS.writebe<uint32_t>(Symbol.SortKey); // Sort Priority in writeSymbol()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCGOFFAttributes.h80 uint32_t SortKey = 0; member