Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/wasm/
H A DConfig.h46 std::optional<std::pair<llvm::StringRef, llvm::StringRef>> memoryImport; member
H A DDriver.cpp410 config->memoryImport = in readConfigs()
413 config->memoryImport = in readConfigs()
416 config->memoryImport = in readConfigs()
549 if (!config->memoryImport.has_value()) { in setConfigs()
550 config->memoryImport = in setConfigs()
558 if (!config->memoryExport.has_value() && !config->memoryImport.has_value()) { in setConfigs()
H A DSyntheticSections.cpp167 if (config->memoryImport.has_value()) in getNumImports()
239 if (config->memoryImport) { in writeBody()
241 import.Module = config->memoryImport->first; in writeBody()
242 import.Field = config->memoryImport->second; in writeBody()
H A DSyntheticSections.h234 bool isNeeded() const override { return !config->memoryImport.has_value(); }
H A DWriter.cpp581 if (config->memoryImport.has_value() && !allowed.count("bulk-memory")) in populateTargetFeatures()
1012 if (config->memoryImport.has_value() && !segment->requiredInBinary()) in needsPassiveInitialization()