Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DConfig.h74 llvm::StringSet<> allowUndefinedSymbols; member
DRelocations.cpp46 return config->allowUndefinedSymbols.count(sym->getName()) != 0; in allowUndefined()
DDriver.cpp210 config->allowUndefinedSymbols.insert(sym); in readImportFile()
569 config->allowUndefinedSymbols.insert(sym->getName()); in createUndefinedGlobal()
DWriter.cpp562 if (config->allowUndefinedSymbols.count(sym->getName()) != 0) in shouldImport()