Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:Structor

1345 struct Structor {
1346 Structor() : Priority(0), Func(nullptr), ComdatKey(nullptr) {}
1373 SmallVector<Structor, 8> Structors;
1381 Structors.push_back(Structor());
1382 Structor &S = Structors.back();
1393 [](const Structor &L,
1394 const Structor &R) { return L.Priority < R.Priority; });
1395 for (Structor &S : Structors) {