Lines Matching full:priority
91 unsigned int priority;
94 : priority(p), lex_order(l) {}
97 return priority == RHS.priority &&
102 if (priority < RHS.priority)
105 return priority == RHS.priority && lex_order < RHS.lex_order;
320 return LHS.first.priority < RHS.first.priority;
1002 // FIXME: Hardcoding priority here is gross.
1003 void AddGlobalCtor(llvm::Function *Ctor, int Priority=65535);
1004 void AddGlobalDtor(llvm::Function *Dtor, int Priority=65535);