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()
260 const char *ShortDesc; variable370 const char *getShortDescription() const { return ShortDesc; } in getShortDescription()812 static void RegisterTarget(Target &T, const char *Name, const char *ShortDesc,
128 ShortDesc(StripTrailingDots(shortDesc)), in PathDiagnostic()