Home
last modified time | relevance | path

Searched refs:ImportDynamic (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lld/wasm/
H A DRelocations.cpp24 config->unresolvedSymbols != UnresolvedPolicy::ImportDynamic) in requiresGOTAccess()
70 case UnresolvedPolicy::ImportDynamic: in reportUndefined()
147 config->unresolvedSymbols == UnresolvedPolicy::ImportDynamic)) { in scanRelocations()
H A DConfig.h26 enum class UnresolvedPolicy { ReportError, Warn, Ignore, ImportDynamic }; enumerator
H A DDriver.cpp385 return UnresolvedPolicy::ImportDynamic; in getUnresolvedSymbolPolicy()
619 if (config->unresolvedSymbols == UnresolvedPolicy::ImportDynamic) { in checkOptions()
797 config->unresolvedSymbols == UnresolvedPolicy::ImportDynamic) { in createSyntheticSymbols()
H A DSyntheticSections.cpp60 config->unresolvedSymbols == UnresolvedPolicy::ImportDynamic || in isNeeded()
H A DWriter.cpp645 config->unresolvedSymbols == UnresolvedPolicy::ImportDynamic) in shouldImport()