| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | ExecutorProcessControl.h | 125 auto ResultF = ResultP.get_future(); in writeUInt8s() 133 auto ResultF = ResultP.get_future(); in writeUInt16s() 141 auto ResultF = ResultP.get_future(); in writeUInt32s() 149 auto ResultF = ResultP.get_future(); in writeUInt64s() 157 auto ResultF = ResultP.get_future(); in writeBuffers() 310 auto RF = RP.get_future(); in callWrapper()
|
| H A D | IndirectionUtils.h | 125 auto LandingAddressF = LandingAddressP.get_future(); in reenter()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLinkMemoryManager.h | 134 auto FinalizeResultF = FinalizeResultP.get_future(); in finalize() 165 auto AllocResultF = AllocResultP.get_future(); in allocate() 189 auto DeallocResultF = DeallocResultP.get_future(); in deallocate()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | ThreadPool.h | 124 auto F = Promise->get_future(); in createTaskAndFuture() 133 auto F = Promise->get_future(); in createTaskAndFuture()
|
| H A D | TaskQueue.h | 88 std::future<ResultTy> F = T.P->get_future(); in async()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | LookupAndRecordAddrs.cpp | 48 auto ResultF = ResultP.get_future(); in lookupAndRecordAddrs()
|
| H A D | EPCIndirectionUtils.cpp | 92 auto DeallocResultF = DeallocResultP.get_future(); in deallocatePool() 416 auto LandingAddrF = LandingAddrP.get_future(); in reentry()
|
| H A D | MemoryMapper.cpp | 153 auto F = P.get_future(); in release() 186 auto F = P.get_future(); in ~InProcessMemoryMapper()
|
| H A D | ExecutorProcessControl.cpp | 187 auto ResultF = ResultP.get_future(); in jitDispatchViaWrapperFunctionManager()
|
| H A D | SimpleRemoteEPC.cpp | 283 auto EIF = EIP.get_future(); in setup()
|
| H A D | DebugObjectManagerPlugin.cpp | 461 std::future<MSVCPError> FinalizeErr = FinalizePromise.get_future(); in notifyEmitted()
|
| H A D | Core.cpp | 2072 auto ResultF = ResultP.get_future(); in lookupFlags() 2143 auto ResultFuture = PromisedResult.get_future(); in lookup()
|
| /openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithExecutorProcessControl/ |
| H A D | LLJITWithExecutorProcessControl.cpp | 106 auto LandingAddressF = LandingAddressP.get_future(); in reenter()
|
| /openbsd-src/gnu/llvm/libcxx/include/ |
| H A D | future | 74 future<R> get_future(); 104 future<R&> get_future(); 132 future<void> get_future(); 346 future<R> get_future(); 1313 future<_Rp> get_future(); 1360 promise<_Rp>::get_future() 1458 future<_Rp&> get_future(); 1503 promise<_Rp&>::get_future() 1584 future<void> get_future(); 1936 future<result_type> get_future() {return __p_.get_future();} [all …]
|
| /openbsd-src/gnu/llvm/libcxx/src/ |
| H A D | future.cpp | 211 promise<void>::get_future() in get_future() function in promise
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | Parallel.cpp | 77 ThreadsCreated.get_future().wait(); in stop()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| H A D | SimpleRemoteEPCServer.cpp | 265 auto ResultF = ResultP.get_future(); in doJITDispatch()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | JITLinkMemoryManager.cpp | 203 auto AllocF = AllocP.get_future(); in Create()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-rtdyld/ |
| H A D | llvm-rtdyld.cpp | 869 auto ResultF = ResultP->get_future(); in linkAndVerify()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunication.cpp | 1041 std::future<uint16_t> port_future = m_port_promise.get_future(); in StartDebugserverProcess()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyld.cpp | 1190 auto NewSymbolsF = NewSymbolsP->get_future(); in resolveExternalSymbols()
|
| /openbsd-src/gnu/llvm/libcxx/docs/Status/ |
| H A D | Cxx20Issues.csv | 96 "`2412 <https://wg21.link/LWG2412>`__","``promise::set_value()``\ and ``promise::get_future()``\ …
|