Home
last modified time | relevance | path

Searched defs:COFFOptTable (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFDirectiveParser.cpp47 class COFFOptTable : public opt::PrecomputedOptTable { class
49 COFFOptTable() : PrecomputedOptTable(infoTable, PrefixTable, true) {} in COFFOptTable() function in COFFOptTable
/freebsd-src/contrib/llvm-project/lld/COFF/
H A DDriverUtils.cpp840 COFFOptTable::COFFOptTable() : GenericOptTable(infoTable, true) {} COFFOptTable() function in lld::coff::COFFOptTable