Home | History | Annotate | Download | only in BitWriter_2_9

Lines Matching defs:Names

463     // Give section names unique ID's.
473 // Give section names unique ID's.
482 // Same for GC names.
743 SmallVector<StringRef, 4> Names;
744 M->getMDKindNames(Names);
746 if (Names.empty()) return;
750 for (unsigned MDKindID = 0, e = Names.size(); MDKindID != e; ++MDKindID) {
752 StringRef KName = Names[MDKindID];
1280 // Emit names for globals/functions etc.
1288 // FIXME: We know if the type names can use 7-bit ascii.
1401 // Emit names for all the instructions etc.
1614 // Emit names for globals/functions etc.