Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DConfig.h163 bool hadExplicitExports; member
H A DWriter.cpp1230 if (ctx.config.hadExplicitExports) in createExportTable()
H A DDriver.cpp2492 config->hadExplicitExports = !config->exports.empty(); in linkerMain()