Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:OrderGlobalInits

93 struct OrderGlobalInits {
96 OrderGlobalInits(unsigned int p, unsigned int l)
99 bool operator==(const OrderGlobalInits &RHS) const {
103 bool operator<(const OrderGlobalInits &RHS) const {
407 typedef std::pair<OrderGlobalInits, llvm::Function*> GlobalInitData;