Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFDirectiveParser.cpp39 static constexpr opt::OptTable::Info infoTable[] = { variable
59 COFFOptTable() : PrecomputedOptTable(infoTable, PrefixTable, true) {} in COFFOptTable()
/openbsd-src/gnu/llvm/lld/MinGW/
H A DDriver.cpp73 static constexpr opt::OptTable::Info infoTable[] = { variable
84 MinGWOptTable() : opt::GenericOptTable(infoTable, false) {} in MinGWOptTable()
/openbsd-src/gnu/llvm/lld/COFF/
H A DDriverUtils.cpp789 static constexpr llvm::opt::OptTable::Info infoTable[] = { variable
797 COFFOptTable::COFFOptTable() : GenericOptTable(infoTable, true) {} in COFFOptTable()