Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.h21 enum class UnresolvedPolicy { ReportError, Warn, Ignore, ImportDynamic }; enumerator
H A DDriver.cpp342 return UnresolvedPolicy::ImportDynamic; in getUnresolvedSymbolPolicy()
534 if (config->unresolvedSymbols == UnresolvedPolicy::ImportDynamic) { in checkOptions()
661 config->unresolvedSymbols == UnresolvedPolicy::ImportDynamic) { in createSyntheticSymbols()
H A DSyntheticSections.cpp59 config->unresolvedSymbols == UnresolvedPolicy::ImportDynamic || in isNeeded()
H A DWriter.cpp621 config->unresolvedSymbols == UnresolvedPolicy::ImportDynamic) in shouldImport()