Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFDirectiveParser.cpp40 static constexpr opt::OptTable::Info infoTable[] = {
49 COFFOptTable() : PrecomputedOptTable(infoTable, PrefixTable, true) {}
39 static constexpr opt::OptTable::Info infoTable[] = { global() variable
/freebsd/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()