Home | History | Annotate | Download | only in BitWriter_2_9

Lines Matching defs:Names

445     // Give section names unique ID's.
455 // Give section names unique ID's.
464 // Same for GC names.
725 SmallVector<StringRef, 4> Names;
726 M->getMDKindNames(Names);
728 if (Names.empty()) return;
732 for (unsigned MDKindID = 0, e = Names.size(); MDKindID != e; ++MDKindID) {
734 StringRef KName = Names[MDKindID];
1283 // Emit names for globals/functions etc.
1291 // FIXME: We know if the type names can use 7-bit ascii.
1404 // Emit names for all the instructions etc.
1617 // Emit names for globals/functions etc.