Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptions.h332 typedef std::vector<OptionInfo> OptionInfos; typedef
/freebsd/contrib/llvm-project/llvm/lib/Option/
H A DOptTable.cpp88 OptTable::OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase) in OptTable()
782 GenericOptTable::GenericOptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase) in GenericOptTable()
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptTable.h372 : OptTable(OptionInfos, IgnoreCase), PrefixesUnion(PrefixesTable) { in OptTable() argument
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp102 CommonOptTable(ArrayRef<Info> OptionInfos, const char *Usage, in CommonOptTable()