Searched refs:localImports (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/lld/COFF/
H A DSymbolTable.cpp394 /// undefs. If localImports is not nullptr, it also emits a "locally
395 /// defined symbol imported" diagnostic for symbols in localImports.
400 const DenseMap<Symbol *, Symbol *> *localImports, bool needBitcodeFiles) {
403 if (undefs.empty() && (!localImports || localImports->empty()))
410 if (localImports)
411 if (Symbol *imp = localImports->lookup(b))
434 if (localImports)
435 if (Symbol *imp = localImports->lookup(sym))
478 /* localImports */ nullpt
398 reportProblemSymbols( const COFFLinkerContext &ctx, const SmallPtrSetImpl<Symbol *> &undefs, const DenseMap<Symbol *, Symbol *> *localImports, bool needBitcodeFiles) argument
484 DenseMap<Symbol *, Symbol *> localImports; local
[all...]

Completed in 184 milliseconds