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

  /external/llvm/include/llvm/Support/
CommandLine.h 620 class GenericOptionInfo {
622 GenericOptionInfo(const char *name, const char *helpStr)
715 class OptionInfo : public GenericOptionInfo {
718 : GenericOptionInfo(name, helpStr), V(v) {}
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CommandLine.h 503 class GenericOptionInfo {
505 GenericOptionInfo(const char *name, const char *helpStr) :
602 class OptionInfo : public GenericOptionInfo {
605 GenericOptionInfo(name, helpStr), V(v) {}
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
CommandLine.h 648 class GenericOptionInfo {
650 GenericOptionInfo(StringRef name, StringRef helpStr)
744 class OptionInfo : public GenericOptionInfo {
747 : GenericOptionInfo(name, helpStr), V(v) {}
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
CommandLine.h 633 class GenericOptionInfo {
635 GenericOptionInfo(StringRef name, StringRef helpStr)
729 class OptionInfo : public GenericOptionInfo {
732 : GenericOptionInfo(name, helpStr), V(v) {}
    [all...]

Completed in 83 milliseconds