Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:OrderGlobalInits

83   struct OrderGlobalInits {
86 OrderGlobalInits(unsigned int p, unsigned int l)
89 bool operator==(const OrderGlobalInits &RHS) const {
94 bool operator<(const OrderGlobalInits &RHS) const {
301 SmallVector<std::pair<OrderGlobalInits, llvm::Function*>, 8>