Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/scripts/
H A Dverify_api.py71 external_symbols = extract_exe_symbol_names(
73 if external_symbols:
74 for external_symbol in external_symbols:
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DDefineExternalSectionStartAndEndSymbols.h46 std::vector<Symbol *> Externals(G.external_symbols().begin(), in operator()
47 G.external_symbols().end()); in operator()
H A DJITLinkGeneric.cpp200 for (auto *Sym : G->external_symbols()) { in getExternalSymbolNames()
214 for (auto *Sym : G->external_symbols()) { in applyLookupResult()
234 for (auto *Sym : G->external_symbols()) { in applyLookupResult()
330 for (auto *Sym : G.external_symbols()) in prune()
H A DJITLink.cpp319 if (!external_symbols().empty()) { in dump()
320 for (auto *Sym : external_symbols()) in dump()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dlibieee.h89 ieee_symbol_type *external_symbols; member
H A Dieee.c874 ieee_symbol_type **prev_symbols_ptr = &ieee->external_symbols;
1185 for (symp = IEEE_DATA (abfd)->external_symbols;
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dlibieee.h89 ieee_symbol_type *external_symbols; member
H A Dieee.c720 ieee_symbol_type **prev_symbols_ptr = &ieee->external_symbols; in ieee_slurp_external_symbols()
1022 for (symp = IEEE_DATA (abfd)->external_symbols; in ieee_canonicalize_symtab()
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DSymbolContext.cpp773 llvm::SmallVector<const Symbol *, 1> external_symbols; in FindBestGlobalDataSymbol() local
799 external_symbols.push_back(symbol); in FindBestGlobalDataSymbol()
859 if (external_symbols.size() > 1) { in FindBestGlobalDataSymbol()
862 for (const Symbol *symbol : external_symbols) { in FindBestGlobalDataSymbol()
868 } else if (external_symbols.size()) { in FindBestGlobalDataSymbol()
869 return external_symbols[0]; in FindBestGlobalDataSymbol()
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp843 for (auto *Sym : G.external_symbols()) { in fixTLVSectionsAndEdges()
H A DMachOPlatform.cpp1020 for (auto *Sym : G.external_symbols()) in fixTLVSectionsAndEdges()
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1200 iterator_range<external_symbol_iterator> external_symbols() { in external_symbols() function
/openbsd/gnu/llvm/llvm/docs/
H A DJITLink.rst347 * ``external_symbols`` returns an iterator over all external symbols in the