Home | History | Annotate | Download | only in BitWriter_2_9_func

Lines Matching defs:Names

399     // Give section names unique ID's.
409 // Give section names unique ID's.
418 // Same for GC names.
679 SmallVector<StringRef, 4> Names;
680 M->getMDKindNames(Names);
682 if (Names.empty()) return;
686 for (unsigned MDKindID = 0, e = Names.size(); MDKindID != e; ++MDKindID) {
688 StringRef KName = Names[MDKindID];
1300 // Emit names for globals/functions etc.
1308 // FIXME: We know if the type names can use 7-bit ascii.
1421 // Emit names for all the instructions etc.
1634 // Emit names for globals/functions etc.