Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DSymbolTable.cpp333 const DenseMap<Symbol *, Symbol *> *localImports, in reportProblemSymbols() argument
339 if (undefs.empty() && (!localImports || localImports->empty())) in reportProblemSymbols()
345 if (localImports) in reportProblemSymbols()
346 if (Symbol *imp = localImports->lookup(b)) in reportProblemSymbols()
369 if (localImports) in reportProblemSymbols()
370 if (Symbol *imp = localImports->lookup(sym)) in reportProblemSymbols()
417 DenseMap<Symbol *, Symbol *> localImports; in resolveRemainingUndefines() local
453 localImports[sym] = d; in resolveRemainingUndefines()
474 undefs, config->warnLocallyDefinedImported ? &localImports : nullptr, in resolveRemainingUndefines()
/external/toolchain-utils/go/patch/go-1.11.2/
Dgo2.patch34 …func compileInDir(runcmd runCmd, dir string, flags []string, localImports bool, names ...string) (…
37 if localImports {
48 @@ -234,15 +228,28 @@ func compileInDir(runcmd runCmd, dir string, flags []string, localImports boo…