Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DConfig.h140 bool hadExplicitExports; member
H A DWriter.cpp1072 if (config->hadExplicitExports) in createExportTable()
H A DDriver.cpp2147 config->hadExplicitExports = !config->exports.empty(); in linkerMain()