Home
last modified time | relevance | path

Searched refs:COFFOptTable (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFDirectiveParser.cpp47 class COFFOptTable : public opt::PrecomputedOptTable { class
49 COFFOptTable() : PrecomputedOptTable(infoTable, PrefixTable, true) {} in COFFOptTable() function in COFFOptTable
52 static COFFOptTable optTable;
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriver.h36 class COFFOptTable : public llvm::opt::GenericOptTable {
38 COFFOptTable();
H A DCOFFLinkerContext.h33 COFFOptTable optTable;
H A DDriverUtils.cpp840 COFFOptTable::COFFOptTable() : GenericOptTable(infoTable, true) {} in COFFOptTable() function in lld::coff::COFFOptTable