Searched refs:ShortDesc (Results 1 – 4 of 4) sorted by relevance
89 const char *ShortDesc, in RegisterTarget() argument93 assert(Name && ShortDesc && ArchMatchFn && in RegisterTarget()106 T.ShortDesc = ShortDesc; in RegisterTarget()
768 std::string ShortDesc; variable826 if (!ShortDesc.empty()) in appendToDesc()827 ShortDesc += S; in appendToDesc()834 return ShortDesc.empty() ? VerboseDesc : ShortDesc; in getShortDescription()
268 const char *ShortDesc; variable382 const char *getShortDescription() const { return ShortDesc; } in getShortDescription()833 static void RegisterTarget(Target &T, const char *Name, const char *ShortDesc,
127 ShortDesc(StripTrailingDots(shortDesc)), in PathDiagnostic()