Home
last modified time | relevance | path

Searched refs:reexports (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/llvm/llvm/docs/tutorial/
DBuildingAJIT4.rst17 reexports API. Together these will be used to replace the CompileOnDemandLayer
/openbsd/src/gnu/llvm/llvm/docs/
DORCv2.rst59 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/
DCMakeLists.txt217 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/
DCompileOnDemandLayer.cpp167 R->replace(reexports(PDR.getImplDylib(), std::move(NonCallables), in emit()
DCore.cpp337 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/
DCMakeLists.txt249 target_link_libraries(cxx_shared PRIVATE $<TARGET_NAME_IF_EXISTS:cxxabi-reexports>)
/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h826 reexports(JITDylib &SourceJD, SymbolAliasMap Aliases,
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp2025 std::vector<TrieEntryWithOffset> &reexports, in ParseTrieEntries() argument
2083 reexports.push_back(e); in ParseTrieEntries()
2104 nameSlices, resolver_addresses, reexports, in ParseTrieEntries()