Lines Matching defs:Priority
1079 bool IsCtor, unsigned Priority,
1097 if (Priority != 65535) {
1099 Name += utostr(Priority);
1108 if (Priority != 65535)
1109 raw_string_ostream(Name) << format(".%05u", 65535 - Priority);
1117 unsigned Priority, const MCSymbol *KeySym) const {
1118 return getStaticStructorSection(getContext(), UseInitArray, true, Priority,
1123 unsigned Priority, const MCSymbol *KeySym) const {
1124 return getStaticStructorSection(getContext(), UseInitArray, false, Priority,
1222 unsigned Priority, const MCSymbol *KeySym) const {
1947 unsigned Priority,
1952 if (Priority == 65535)
1967 bool AddPrioritySuffix = Priority != 200 && Priority != 400;
1968 if (Priority < 200)
1970 else if (Priority < 400)
1972 else if (Priority == 400)
1977 OS << format("%05u", Priority);
1984 if (Priority != 65535)
1985 raw_string_ostream(Name) << format(".%05u", 65535 - Priority);
1995 unsigned Priority, const MCSymbol *KeySym) const {
1997 getContext(), getContext().getTargetTriple(), true, Priority, KeySym,
2002 unsigned Priority, const MCSymbol *KeySym) const {
2004 getContext(), getContext().getTargetTriple(), false, Priority, KeySym,
2280 unsigned Priority, const MCSymbol *KeySym) const {
2281 return Priority == UINT16_MAX ?
2283 getContext().getWasmSection(".init_array." + utostr(Priority),
2288 unsigned Priority, const MCSymbol *KeySym) const {
2588 unsigned Priority, const MCSymbol *KeySym) const {
2593 unsigned Priority, const MCSymbol *KeySym) const {