Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Option/
H A DOptTable.h372 : OptTable(OptionInfos, IgnoreCase), PrefixesUnion(PrefixesTable) { OptTable() function
[all...]
/llvm-project/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp158 auto &OptTable = clang::driver::getDriverOptTable(); in TransferableCommand() local
/llvm-project/clang-tools-extra/clangd/
H A DCompileCommands.cpp209 auto &OptTable = clang::driver::getDriverOptTable(); in operator ()() local
/llvm-project/llvm/lib/Option/
H A DOptTable.cpp88 OptTable::OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase) OptTable() function in OptTable
[all...]
/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp411 printHelp(const opt::OptTable & OptTable,raw_ostream & OS,ToolType Tool) printHelp() argument