Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DConfig.h285 bool autoImport = false; member
H A DSymbolTable.cpp306 if (config->autoImport) { in loadMinGWSymbols()
452 if (config->autoImport && impSymbol(name)) in reportUnresolvable()
509 if (config->autoImport && handleMinGWAutomaticImport(sym, name)) in resolveRemainingUndefines()
H A DDriver.cpp1904 config->autoImport = in linkerMain()
2246 if (config->autoImport || config->stdcallFixup) { in linkerMain()
H A DWriter.cpp1002 if (config->autoImport) in createMiscChunks()