Home
last modified time | relevance | path

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

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