Home
last modified time | relevance | path

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

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