Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/wasm/
H A DRelocations.cpp40 if (isa<UndefinedFunction>(sym) && config->importUndefined) in allowUndefined()
58 if (!config->importUndefined) { in reportUndefined()
H A DConfig.h50 bool importUndefined; member
H A DDriver.cpp431 config->importUndefined = args.hasArg(OPT_import_undefined); in readConfigs()
515 config->importUndefined = true; in readConfigs()
553 config->importUndefined = true; in setConfigs()
H A DWriter.cpp644 if (config->isPic || config->relocatable || config->importUndefined || in shouldImport()