Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:Name

126     // Add name and type.
201 // If the linkage name is different than the name, go ahead and output
202 // that as well into the name table.
295 // Add name to the name table, we do this here because we're guaranteed
439 // Add name to the name table, we do this here because we're guaranteed
655 StringRef Name = Module->getName();
656 if (!Name.empty())
657 addString(*IMDie, dwarf::DW_AT_name, Name);
709 /// addGlobalName - Add a new global name to the compile unit.
710 void DwarfCompileUnit::addGlobalName(StringRef Name, DIE &Die,
714 std::string FullName = getParentContextString(Context) + Name.str();
793 StringRef Name = Var.getName();
794 if (!Name.empty())
795 addString(VariableDie, dwarf::DW_AT_name, Name);