Searched refs:external_symbols (Results 1 – 9 of 9) sorted by relevance
214 for (auto *Sym : G->external_symbols()) { in applyLookupResult() 228 for (auto *Sym : G->external_symbols()) { in applyLookupResult() 247 for (auto *Sym : G->external_symbols()) { in applyLookupResult() 343 for (auto *Sym : G.external_symbols())
46 std::vector<Symbol *> Externals(G.external_symbols().begin(), in operator()47 G.external_symbols().end()); in operator()
115 for (Symbol *Sym : G.external_symbols()) in buildTables_ELF_ppc64() 429 for (Symbol *Sym : G.external_symbols()) {
339 if (!external_symbols().empty()) { in dump()340 for (auto *Sym : external_symbols()) in dump()
307 for (auto *Sym : G.external_symbols()) { in getOrCreateGOTSymbol()
788 llvm::SmallVector<const Symbol *, 1> external_symbols; in FindBestGlobalDataSymbol() local811 external_symbols.push_back(symbol); in FindBestGlobalDataSymbol()871 if (external_symbols.size() > 1) { in FindBestGlobalDataSymbol()874 for (const Symbol *symbol : external_symbols) { in FindBestGlobalDataSymbol()880 } else if (external_symbols.size()) { in FindBestGlobalDataSymbol()881 return external_symbols[0]; in FindBestGlobalDataSymbol()
1299 iterator_range<external_symbol_iterator> external_symbols() { in external_symbols() function1476 assert(llvm::none_of(external_symbols(), in removeExternalSymbol()1491 assert(llvm::none_of(external_symbols(), in removeAbsoluteSymbol()
801 for (auto *Sym : G.external_symbols()) { in fixTLVSectionsAndEdges()
1196 for (auto *Sym : G.external_symbols()) in fixTLVSectionsAndEdges()1517 for (auto *Sym : G.external_symbols()) in populateObjCRuntimeObject()