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/include/llvm/Option/
H A DOptTable.h134 ArrayRef<Info> OptionInfos; variable
441 : OptTable(StrTable, PrefixesTable, OptionInfos, IgnoreCase) { in OptTable() argument
/freebsd/contrib/llvm-project/llvm/lib/Option/
H A DOptTable.cpp82 ArrayRef<Info> OptionInfos, bool IgnoreCase) in OptTable()
794 ArrayRef<Info> OptionInfos, bool IgnoreCase) in GenericOptTable()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp97 ArrayRef<Info> OptionInfos, const char *Usage, in CommonOptTable()