Lines Matching defs:Name
68 /// @name Target Options
71 /// The name of the target triple to assemble for.
74 /// If given, the name of the target CPU to determine which instructions
83 /// @name Language Options
98 /// @name Frontend Options
114 /// @name Transliterate Options
122 /// @name Assembler Options
228 StringRef Name = A->getValue();
229 unsigned OutputType = StringSwitch<unsigned>(Name)
236 << A->getAsString(*Args) << Name;