Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MinGW/
H A DDriver.cpp69 static const opt::OptTable::Info infoTable[] = { variable
80 MinGWOptTable() : OptTable(infoTable, false) {} in MinGWOptTable()
/llvm-project-15.0.7/lld/COFF/
H A DDriverUtils.cpp792 static const llvm::opt::OptTable::Info infoTable[] = { variable
800 COFFOptTable::COFFOptTable() : OptTable(infoTable, true) {} in COFFOptTable()