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 138 /// ShortDesc - A short description of the target.
139 const char *ShortDesc;
221 const char *getShortDescription() const { return ShortDesc; }
522 /// @param ShortDesc - A short target description. This should be a static
530 const char *ShortDesc,
    [all...]

Completed in 34 milliseconds