Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptTable.h441 : OptTable(StrTable, PrefixesTable, OptionInfos, IgnoreCase) { in OptTable() function
/freebsd/contrib/llvm-project/llvm/lib/Option/
H A DOptTable.cpp80 OptTable::OptTable(const StringTable &StrTable, in OptTable() function in OptTable
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp423 static void printHelp(const opt::OptTable &OptTable, raw_ostream &OS, in printHelp()