Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/COFF/
H A DConfig.h147 bool hadExplicitExports; member
H A DWriter.cpp1135 if (ctx.config.hadExplicitExports) in createExportTable()
H A DDriver.cpp2313 config->hadExplicitExports = !config->exports.empty(); in linkerMain()