Searched refs:reexports (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/docs/tutorial/ |
| D | BuildingAJIT4.rst | 17 reexports API. Together these will be used to replace the CompileOnDemandLayer
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | ORCv2.rst | 59 compilation via lazy-reexports (see :ref:`Laziness`). 373 Aliases and reexports allow you to define new symbols that map to existing 397 JITDylib. The ``reexports`` function provides the same functionality, but 407 reexports(JD1, SymbolAliasMap({ 411 The reexports utility can be handy for composing a single JITDylib interface by 419 Laziness in ORC is provided by a utility called "lazy reexports". A lazy 421 an existing symbol. Unlike regular reexports however, lookups of lazy reexports 429 mechanism, lazy reexports inherit the same concurrency guarantees: calls to lazy 430 reexports can be made from multiple threads concurrently, and the reexported 436 There is one other key difference between regular reexports and lazy reexports
|
| /openbsd/src/gnu/llvm/libcxxabi/src/ |
| D | CMakeLists.txt | 217 add_library(cxxabi-reexports INTERFACE) 226 target_link_libraries(cxxabi-reexports INTERFACE "-Wl,-reexported_symbols_list,${file}")
|
| /openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| D | CompileOnDemandLayer.cpp | 167 R->replace(reexports(PDR.getImplDylib(), std::move(NonCallables), in emit()
|
| D | Core.cpp | 337 auto Err = SourceJD ? R->replace(reexports(*SourceJD, std::move(Aliases), in materialize() 621 return JD.define(reexports(SourceJD, AliasMap, SourceJDLookupFlags)); in tryToGenerate()
|
| /openbsd/src/gnu/llvm/libcxx/src/ |
| D | CMakeLists.txt | 249 target_link_libraries(cxx_shared PRIVATE $<TARGET_NAME_IF_EXISTS:cxxabi-reexports>)
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
| D | Core.h | 826 reexports(JITDylib &SourceJD, SymbolAliasMap Aliases,
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/ |
| D | ObjectFileMachO.cpp | 2025 std::vector<TrieEntryWithOffset> &reexports, in ParseTrieEntries() argument 2083 reexports.push_back(e); in ParseTrieEntries() 2104 nameSlices, resolver_addresses, reexports, in ParseTrieEntries()
|