Home
last modified time | relevance | path

Searched refs:CommonOptTable (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp99 class CommonOptTable : public opt::GenericOptTable { class
101 CommonOptTable(ArrayRef<Info> OptionInfos, const char *Usage, in CommonOptTable() function in __anon326f45c10111::CommonOptTable
138 class ObjdumpOptTable : public CommonOptTable {
141 : CommonOptTable(objdump_opt::ObjdumpInfoTable, in ObjdumpOptTable()
168 class OtoolOptTable : public CommonOptTable {
171 : CommonOptTable(otool::OtoolInfoTable, " [option...] [file...]", in OtoolOptTable()
3480 std::unique_ptr<CommonOptTable> T; in llvm_objdump_main()