Home
last modified time | relevance | path

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

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