Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/wasm/
H A DSyntheticSections.cpp127 StringRef module = sym->importModule.value_or(defaultModule); in writeBody()
187 StringRef module = sym->importModule.value_or(defaultModule); in addImport()
239 import.Module = defaultModule; in writeBody()
258 import.Module = sym->importModule.value_or(defaultModule); in writeBody()
H A DSymbols.cpp455 const char *defaultModule = "env"; variable
H A DSymbols.h24 extern const char *defaultModule;
H A DSymbolTable.cpp656 StringRef module(defaultModule); in createUndefinedIndirectFunctionTable()