Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DDriverOptions.cpp46 class DriverOptTable : public PrecomputedOptTable { class
48 DriverOptTable() : PrecomputedOptTable(InfoTable, PrefixTable) {} in DriverOptTable() function in __anon21a1f1830111::DriverOptTable
53 static DriverOptTable Table; in getDriverOptTable()