Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:OrderGlobalInits

89   struct OrderGlobalInits {
92 OrderGlobalInits(unsigned int p, unsigned int l)
95 bool operator==(const OrderGlobalInits &RHS) const {
100 bool operator<(const OrderGlobalInits &RHS) const {
339 typedef std::pair<OrderGlobalInits, llvm::Function*> GlobalInitData;