Home | History | Annotate | Download | only in BitWriter_3_2

Lines Matching defs:Names

418       // Give section names unique ID's.
430 // Give section names unique ID's.
439 // Same for GC names.
717 SmallVector<StringRef, 4> Names;
718 M->getMDKindNames(Names);
720 if (Names.empty()) return;
724 for (unsigned MDKindID = 0, e = Names.size(); MDKindID != e; ++MDKindID) {
726 StringRef KName = Names[MDKindID];
1396 // Emit names for globals/functions etc.
1404 // FIXME: We know if the type names can use 7-bit ascii.
1517 // Emit names for all the instructions etc.
1822 // Emit names for globals/functions etc.