Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-strings/
H A Dllvm-strings.cpp56 class StringsOptTable : public opt::GenericOptTable {
59 : GenericOptTable(OptionStrTable, OptionPrefixesTable, InfoTable) { in StringsOptTable()
/freebsd/contrib/llvm-project/llvm/tools/llvm-cxxfilt/
H A Dllvm-cxxfilt.cpp49 class CxxfiltOptTable : public opt::GenericOptTable {
52 : opt::GenericOptTable(OptionStrTable, OptionPrefixesTable, InfoTable) { in CxxfiltOptTable()
/freebsd/contrib/llvm-project/lld/ELF/
H A DDriver.h21 class ELFOptTable : public llvm::opt::GenericOptTable {
H A DDriverUtils.cpp53 : GenericOptTable(OptionStrTable, OptionPrefixesTable, optInfo) {} in ELFOptTable()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp65 class DwpOptTable : public opt::GenericOptTable {
68 : GenericOptTable(OptionStrTable, OptionPrefixesTable, InfoTable) {} in DwpOptTable()
/freebsd/contrib/llvm-project/lld/MachO/
H A DDriver.h31 class MachOOptTable : public llvm::opt::GenericOptTable {
H A DDriverUtils.cpp68 : GenericOptTable(OptionStrTable, OptionPrefixesTable, optInfo) {} in MachOOptTable()
/freebsd/contrib/llvm-project/llvm/tools/llvm-tli-checker/
H A Dllvm-tli-checker.cpp51 class TLICheckerOptTable : public opt::GenericOptTable {
54 : GenericOptTable(OptionStrTable, OptionPrefixesTable, InfoTable) {} in TLICheckerOptTable()
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp57 class DllOptTable : public opt::GenericOptTable {
60 : opt::GenericOptTable(OptionStrTable, OptionPrefixesTable, InfoTable, in DllOptTable()
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptTable.h427 class GenericOptTable : public OptTable {
429 LLVM_ABI GenericOptTable(const StringTable &StrTable,
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp58 class ObjcopyOptTable : public opt::GenericOptTable {
61 : opt::GenericOptTable(objcopy_opt::OptionStrTable, in ObjcopyOptTable()
94 class InstallNameToolOptTable : public opt::GenericOptTable {
97 : GenericOptTable(install_name_tool::OptionStrTable, in InstallNameToolOptTable()
127 class BitcodeStripOptTable : public opt::GenericOptTable {
130 : opt::GenericOptTable(bitcode_strip::OptionStrTable, in BitcodeStripOptTable()
158 class StripOptTable : public opt::GenericOptTable {
161 : GenericOptTable(strip::OptionStrTable, strip::OptionPrefixesTable, in StripOptTable()
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp316 class LLGSOptTable : public opt::GenericOptTable {
319 : opt::GenericOptTable(OptionStrTable, OptionPrefixesTable, InfoTable) {} in LLGSOptTable()
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp62 class LibOptTable : public opt::GenericOptTable {
65 : opt::GenericOptTable(OptionStrTable, OptionPrefixesTable, InfoTable, in LibOptTable()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp56 class DwarfutilOptTable : public opt::GenericOptTable {
59 : opt::GenericOptTable(OptionStrTable, OptionPrefixesTable, InfoTable) {} in DwarfutilOptTable()
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriver.h36 class COFFOptTable : public llvm::opt::GenericOptTable {
H A DDriverUtils.cpp713 : GenericOptTable(OptionStrTable, OptionPrefixesTable, infoTable, true) {} in COFFOptTable()
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp83 class LLDBOptTable : public opt::GenericOptTable {
86 : opt::GenericOptTable(OptionStrTable, OptionPrefixesTable, InfoTable) {} in LLDBOptTable()
/freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp74 class SymbolizerOptTable : public opt::GenericOptTable {
77 : GenericOptTable(OptionStrTable, OptionPrefixesTable, InfoTable) { in SymbolizerOptTable()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp76 class ReadobjOptTable : public opt::GenericOptTable {
79 : opt::GenericOptTable(OptionStrTable, OptionPrefixesTable, InfoTable) { in ReadobjOptTable()
/freebsd/contrib/llvm-project/llvm/lib/Option/
H A DOptTable.cpp792 GenericOptTable::GenericOptTable(const StringTable &StrTable, in GenericOptTable() function in GenericOptTable
/freebsd/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp62 class SizeOptTable : public opt::GenericOptTable {
65 : GenericOptTable(OptionStrTable, OptionPrefixesTable, InfoTable) { in SizeOptTable()
/freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp69 class ScanDepsOptTable : public llvm::opt::GenericOptTable {
72 : GenericOptTable(OptionStrTable, OptionPrefixesTable, InfoTable) { in ScanDepsOptTable()
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp82 class NmOptTable : public opt::GenericOptTable {
85 : opt::GenericOptTable(OptionStrTable, OptionPrefixesTable, InfoTable) { in NmOptTable()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp93 class CommonOptTable : public opt::GenericOptTable {
99 : opt::GenericOptTable(StrTable, PrefixesTable, OptionInfos), in CommonOptTable()
106 opt::GenericOptTable::printHelp(outs(), (Argv0 + Usage).str().c_str(), in printHelp()