Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFDirectiveParser.cpp40 static constexpr opt::OptTable::Info infoTable[] = { variable
49 COFFOptTable() : PrecomputedOptTable(infoTable, PrefixTable, true) {} in COFFOptTable()
/src/contrib/llvm-project/lld/COFF/
H A DDriverUtils.cpp851 static constexpr llvm::opt::OptTable::Info infoTable[] = { variable
857 COFFOptTable::COFFOptTable() : GenericOptTable(infoTable, true) {} in COFFOptTable()