HomeSort by relevance Sort by last modified time
    Searched refs:ShortDesc (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Support/
TargetRegistry.cpp 65 const char *ShortDesc,
68 assert(Name && ShortDesc && TQualityFn &&
81 T.ShortDesc = ShortDesc;
  /external/llvm/include/llvm/Support/
TargetRegistry.h 144 /// ShortDesc - A short description of the target.
145 const char *ShortDesc;
227 const char *getShortDescription() const { return ShortDesc; }
533 /// @param ShortDesc - A short target description. This should be a static
541 const char *ShortDesc,
    [all...]

Completed in 367 milliseconds