Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DConfig.h332 bool autoImport = false; member
H A DSymbolTable.cpp300 if (ctx.config.autoImport) { in loadMinGWSymbols()
447 if (ctx.config.autoImport && impSymbol(name)) in reportUnresolvable()
517 if (ctx.config.autoImport && handleMinGWAutomaticImport(sym, name)) in resolveRemainingUndefines()
H A DDriver.cpp2153 config->autoImport = in linkerMain()
2602 if (config->autoImport || config->stdcallFixup) { in linkerMain()
H A DWriter.cpp1261 if (config->autoImport) in createMiscChunks()