Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DConfig.h334 bool stdcallFixup = false; member
H A DDriver.cpp2159 config->stdcallFixup = in linkerMain()
2602 if (config->autoImport || config->stdcallFixup) { in linkerMain()
H A DSymbolTable.cpp267 if (machine == I386 && ctx.config.stdcallFixup) { in loadMinGWSymbols()