Home | History | Annotate | Download | only in DWARF

Lines Matching defs:Name

31 static void dumpPubSection(raw_ostream &OS, StringRef Name, StringRef Data,
33 OS << "\n." << Name << " contents:\n";
42 OS << "Offset Linkage Kind Name\n";
44 OS << "Offset Name\n";
62 static void dumpAccelSection(raw_ostream &OS, StringRef Name,
67 OS << "\n." << Name << " contents:\n";
389 // name of the topmost function in it.
395 if (const char *Name =
397 FunctionName = Name;
491 // Get function name if necessary.
492 if (const char *Name =
494 Frame.FunctionName = Name;
544 StringRef name;
545 Section.getName(name);
556 name = name.substr(name.find_first_not_of("._")); // Skip . and _ prefixes.
559 if (name.startswith("zdebug_")) {
571 name = name.substr(1);
576 StringSwitch<StringRef *>(name)
605 if (name == "debug_ranges") {
609 } else if (name == "debug_types") {
610 // Find debug_types data by section rather than name as there are
613 } else if (name == "debug_types.dwo") {
640 // Find debug_types relocs by section rather than name as there are
665 SmallString<32> Name;
666 std::error_code ec(Reloc.getTypeName(Name));
671 << Name << "\n";
677 << Address << " bytes into section " << name << " which is "