Home
last modified time | relevance | path

Searched refs:get_future (Results 1 – 22 of 22) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutorProcessControl.h125 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 DIndirectionUtils.h125 auto LandingAddressF = LandingAddressP.get_future(); in reenter()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h134 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 DThreadPool.h124 auto F = Promise->get_future(); in createTaskAndFuture()
133 auto F = Promise->get_future(); in createTaskAndFuture()
H A DTaskQueue.h88 std::future<ResultTy> F = T.P->get_future(); in async()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DLookupAndRecordAddrs.cpp48 auto ResultF = ResultP.get_future(); in lookupAndRecordAddrs()
H A DEPCIndirectionUtils.cpp92 auto DeallocResultF = DeallocResultP.get_future(); in deallocatePool()
416 auto LandingAddrF = LandingAddrP.get_future(); in reentry()
H A DMemoryMapper.cpp153 auto F = P.get_future(); in release()
186 auto F = P.get_future(); in ~InProcessMemoryMapper()
H A DExecutorProcessControl.cpp187 auto ResultF = ResultP.get_future(); in jitDispatchViaWrapperFunctionManager()
H A DSimpleRemoteEPC.cpp283 auto EIF = EIP.get_future(); in setup()
H A DDebugObjectManagerPlugin.cpp461 std::future<MSVCPError> FinalizeErr = FinalizePromise.get_future(); in notifyEmitted()
H A DCore.cpp2072 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 DLLJITWithExecutorProcessControl.cpp106 auto LandingAddressF = LandingAddressP.get_future(); in reenter()
/openbsd-src/gnu/llvm/libcxx/include/
H A Dfuture74 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 Dfuture.cpp211 promise<void>::get_future() in get_future() function in promise
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DParallel.cpp77 ThreadsCreated.get_future().wait(); in stop()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.cpp265 auto ResultF = ResultP.get_future(); in doJITDispatch()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp203 auto AllocF = AllocP.get_future(); in Create()
/openbsd-src/gnu/llvm/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp869 auto ResultF = ResultP->get_future(); in linkAndVerify()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1041 std::future<uint16_t> port_future = m_port_promise.get_future(); in StartDebugserverProcess()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1190 auto NewSymbolsF = NewSymbolsP->get_future(); in resolveExternalSymbols()
/openbsd-src/gnu/llvm/libcxx/docs/Status/
H A DCxx20Issues.csv96 "`2412 <https://wg21.link/LWG2412>`__","``promise::set_value()``\ and ``promise::get_future()``\ …