Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFDirectiveParser.cpp57 class COFFOptTable : public opt::PrecomputedOptTable { class
59 COFFOptTable() : PrecomputedOptTable(infoTable, PrefixTable, true) {} in COFFOptTable() function in COFFOptTable
62 static COFFOptTable optTable;
/openbsd-src/gnu/llvm/lld/COFF/
H A DDriver.h36 class COFFOptTable : public llvm::opt::GenericOptTable {
38 COFFOptTable();
H A DCOFFLinkerContext.h33 COFFOptTable optTable;
H A DDriverUtils.cpp797 COFFOptTable::COFFOptTable() : GenericOptTable(infoTable, true) {} in COFFOptTable() function in lld::coff::COFFOptTable