Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.h14 class OptTable; variable
/llvm-project-15.0.7/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp159 auto &OptTable = clang::driver::getDriverOptTable(); in TransferableCommand() local
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCompileCommands.cpp206 auto &OptTable = clang::driver::getDriverOptTable(); in adjust() local
/llvm-project-15.0.7/llvm/lib/Option/
H A DOptTable.cpp98 OptTable::OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase) in OptTable() function in OptTable
/llvm-project-15.0.7/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp408 static void printHelp(const opt::OptTable &OptTable, raw_ostream &OS, in printHelp()