Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/wasm/
H A DConfig.h72 llvm::StringSet<> allowUndefinedSymbols; member
H A DRelocations.cpp43 return config->allowUndefinedSymbols.count(sym->getName()) != 0; in allowUndefined()
H A DDriver.cpp205 config->allowUndefinedSymbols.insert(sym); in readImportFile()
577 config->allowUndefinedSymbols.insert(sym->getName()); in createUndefinedGlobal()
H A DWriter.cpp623 if (config->allowUndefinedSymbols.count(sym->getName()) != 0) in shouldImport()