Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
DOptions.h316 typedef std::vector<OptionInfo> OptionInfos; typedef
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Option/
DOptTable.cpp98 OptTable::OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase) in OptTable()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp94 CommonOptTable(ArrayRef<Info> OptionInfos, const char *Usage, in CommonOptTable()