Home
last modified time | relevance | path

Searched defs:OptTable (Results 1 – 8 of 8) sorted by relevance

/external/clang/include/clang/Driver/
DOptions.h15 class OptTable; variable
DDriver.h35 class OptTable; variable
/external/llvm-project/clang/include/clang/Driver/
DOptions.h16 class OptTable; variable
/external/llvm/lib/Option/
DOptTable.cpp87 OptTable::OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase) in OptTable() function in OptTable
/external/llvm-project/clang/lib/Tooling/
DInterpolatingCompilationDatabase.cpp155 auto &OptTable = clang::driver::getDriverOptTable(); in TransferableCommand() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
DOptTable.cpp97 OptTable::OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase) in OptTable() function in OptTable
/external/llvm-project/llvm/lib/Option/
DOptTable.cpp98 OptTable::OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase) in OptTable() function in OptTable
/external/llvm-project/llvm/tools/llvm-objcopy/
DCopyConfig.cpp439 static void printHelp(const opt::OptTable &OptTable, raw_ostream &OS, in printHelp()