Searched refs:ShortDesc (Results 1 – 4 of 4) sorted by relevance
93 const char *ShortDesc, in RegisterTarget() argument96 assert(Name && ShortDesc && ArchMatchFn && in RegisterTarget()109 T.ShortDesc = ShortDesc; in RegisterTarget()
721 std::string ShortDesc; variable776 if (!ShortDesc.empty()) in appendToDesc()777 ShortDesc.append(S); in appendToDesc()794 return ShortDesc.empty() ? VerboseDesc : ShortDesc; in getShortDescription()
171 const char *ShortDesc; variable270 const char *getShortDescription() const { return ShortDesc; } in getShortDescription()632 static void RegisterTarget(Target &T, const char *Name, const char *ShortDesc,
117 ShortDesc(StripTrailingDots(shortDesc)), in PathDiagnostic()