Home
last modified time | relevance | path

Searched refs:external_symbols (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp214 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())
H A DDefineExternalSectionStartAndEndSymbols.h46 std::vector<Symbol *> Externals(G.external_symbols().begin(), in operator()
47 G.external_symbols().end()); in operator()
H A DELF_ppc64.cpp115 for (Symbol *Sym : G.external_symbols()) in buildTables_ELF_ppc64()
429 for (Symbol *Sym : G.external_symbols()) {
H A DJITLink.cpp339 if (!external_symbols().empty()) { in dump()
340 for (auto *Sym : external_symbols()) in dump()
H A DELF_x86_64.cpp307 for (auto *Sym : G.external_symbols()) { in getOrCreateGOTSymbol()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp788 llvm::SmallVector<const Symbol *, 1> external_symbols; in FindBestGlobalDataSymbol() local
811 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1299 iterator_range<external_symbol_iterator> external_symbols() { in external_symbols() function
1476 assert(llvm::none_of(external_symbols(), in removeExternalSymbol()
1491 assert(llvm::none_of(external_symbols(), in removeAbsoluteSymbol()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp801 for (auto *Sym : G.external_symbols()) { in fixTLVSectionsAndEdges()
H A DMachOPlatform.cpp1196 for (auto *Sym : G.external_symbols()) in fixTLVSectionsAndEdges()
1517 for (auto *Sym : G.external_symbols()) in populateObjCRuntimeObject()