Home
last modified time | relevance | path

Searched refs:Dylibs (Results 1 – 25 of 73) sorted by relevance

123

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorDylibManager.cpp21 assert(Dylibs.empty() && "shutdown not called?"); in ~SimpleExecutorDylibManager()
38 Dylibs[NextId] = std::move(DL); in open()
48 auto I = Dylibs.find(H); in lookup()
49 if (I == Dylibs.end()) in lookup()
91 std::swap(DM, Dylibs); in shutdown()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DLLJITWithRemoteDebugging.cpp112 Dylibs("dlopen", cl::desc("Dynamic libraries to load before linking"), variable
214 for (const std::string &Path : Dylibs) in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DLLJITWithRemoteDebugging.cpp110 Dylibs("dlopen", cl::desc("Dynamic libraries to load before linking"), variable
230 for (const std::string &Path : Dylibs) in main()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DLLJITWithRemoteDebugging.cpp110 Dylibs("dlopen", cl::desc("Dynamic libraries to load before linking"), variable
230 for (const std::string &Path : Dylibs) in main()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DLLJITWithRemoteDebugging.cpp110 Dylibs("dlopen", cl::desc("Dynamic libraries to load before linking"), variable
230 for (const std::string &Path : Dylibs) in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DLLJITWithRemoteDebugging.cpp110 Dylibs("dlopen", cl::desc("Dynamic libraries to load before linking"), variable
230 for (const std::string &Path : Dylibs) in main()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DLLJITWithRemoteDebugging.cpp110 Dylibs("dlopen", cl::desc("Dynamic libraries to load before linking"), variable
230 for (const std::string &Path : Dylibs) in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DOrcRPCTPCServer.h548 tpctypes::DylibHandle H = Dylibs.size(); in loadDylib()
549 Dylibs[H] = std::move(DL); in loadDylib()
558 auto I = Dylibs.find(E.first); in lookupSymbols()
559 if (I == Dylibs.end()) in lookupSymbols()
614 DenseMap<tpctypes::DylibHandle, sys::DynamicLibrary> Dylibs; variable
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DOrcRPCTPCServer.h548 tpctypes::DylibHandle H = Dylibs.size(); in loadDylib()
549 Dylibs[H] = std::move(DL); in loadDylib()
558 auto I = Dylibs.find(E.first); in lookupSymbols()
559 if (I == Dylibs.end()) in lookupSymbols()
614 DenseMap<tpctypes::DylibHandle, sys::DynamicLibrary> Dylibs; variable
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/test/MachO/
H A Ddyld-stub-binder.s7 ## Dylibs that don't do lazy dynamic calls don't need dyld_stub_binder.
18 ## Dylibs that do lazy dynamic calls do need dyld_stub_binder.
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lld/test/MachO/
H A Ddyld-stub-binder.s7 ## Dylibs that don't do lazy dynamic calls don't need dyld_stub_binder.
18 ## Dylibs that do lazy dynamic calls do need dyld_stub_binder.
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lld/test/MachO/
H A Ddyld-stub-binder.s7 ## Dylibs that don't do lazy dynamic calls don't need dyld_stub_binder.
18 ## Dylibs that do lazy dynamic calls do need dyld_stub_binder.
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/test/MachO/
H A Ddyld-stub-binder.s7 ## Dylibs that don't do lazy dynamic calls don't need dyld_stub_binder.
18 ## Dylibs that do lazy dynamic calls do need dyld_stub_binder.
/dports/devel/llvm13/llvm-project-13.0.1.src/lld/test/MachO/
H A Ddyld-stub-binder.s7 ## Dylibs that don't do lazy dynamic calls don't need dyld_stub_binder.
18 ## Dylibs that do lazy dynamic calls do need dyld_stub_binder.
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DOrcRPCTPCServer.h587 tpctypes::DylibHandle H = Dylibs.size(); in wots_gen_sk()
588 Dylibs[H] = std::move(DL); in wots_gen_sk()
597 auto I = Dylibs.find(E.first); in wots_gen_sk()
598 if (I == Dylibs.end()) in wots_gen_sk()
654 DenseMap<tpctypes::DylibHandle, sys::DynamicLibrary> Dylibs; in wots_gen_sk()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DOrcRPCTPCServer.h587 tpctypes::DylibHandle H = Dylibs.size(); in loadDylib()
588 Dylibs[H] = std::move(DL); in loadDylib()
597 auto I = Dylibs.find(E.first); in lookupSymbols()
598 if (I == Dylibs.end()) in lookupSymbols()
654 DenseMap<tpctypes::DylibHandle, sys::DynamicLibrary> Dylibs; variable
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DOrcRPCTPCServer.h587 tpctypes::DylibHandle H = Dylibs.size(); in loadDylib()
588 Dylibs[H] = std::move(DL); in loadDylib()
597 auto I = Dylibs.find(E.first); in lookupSymbols()
598 if (I == Dylibs.end()) in lookupSymbols()
654 DenseMap<tpctypes::DylibHandle, sys::DynamicLibrary> Dylibs; variable
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DOrcRPCTPCServer.h587 tpctypes::DylibHandle H = Dylibs.size(); in loadDylib()
588 Dylibs[H] = std::move(DL); in loadDylib()
597 auto I = Dylibs.find(E.first); in lookupSymbols()
598 if (I == Dylibs.end()) in lookupSymbols()
654 DenseMap<tpctypes::DylibHandle, sys::DynamicLibrary> Dylibs; variable
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DOrcRPCTPCServer.h587 tpctypes::DylibHandle H = Dylibs.size(); in loadDylib()
588 Dylibs[H] = std::move(DL); in loadDylib()
597 auto I = Dylibs.find(E.first); in lookupSymbols()
598 if (I == Dylibs.end()) in lookupSymbols()
654 DenseMap<tpctypes::DylibHandle, sys::DynamicLibrary> Dylibs; variable
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorDylibManager.h57 DylibsMap Dylibs; variable
H A DSimpleRemoteEPCServer.h175 std::vector<sys::DynamicLibrary> Dylibs; variable
/dports/x11/qterminal/qterminal-1.0.0/src/macosx/
H A Dbundle.cmake.in43 #message(STATUS "Dylibs: ${inplugs}")
/dports/devel/llvm90/llvm-9.0.1.src/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp65 Dylibs("dlopen", cl::desc("Dynamic libraries to load before linking"), variable
392 for (const auto &Dylib : Dylibs) { in loadDylibs()
/dports/devel/llvm80/llvm-8.0.1.src/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp73 Dylibs("dylib", variable
274 for (const std::string &Dylib : Dylibs) { in loadDylibs()
/dports/devel/llvm70/llvm-7.0.1.src/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp73 Dylibs("dylib", variable
269 for (const std::string &Dylib : Dylibs) { in loadDylibs()

123