Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutorProcessControl.h128 auto ResultF = ResultP.get_future(); in writeUInt8s()
136 auto ResultF = ResultP.get_future(); in writeUInt16s()
144 auto ResultF = ResultP.get_future(); in writeUInt32s()
152 auto ResultF = ResultP.get_future(); in writeUInt64s()
160 auto ResultF = ResultP.get_future(); in writeBuffers()
168 auto ResultF = ResultP.get_future(); in writePointers()
348 auto RF = RP.get_future(); in callWrapper()
H A DIndirectionUtils.h125 auto LandingAddressF = LandingAddressP.get_future(); in reenter()
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreadPool.h124 auto F = Promise->get_future(); in createTaskAndFuture()
133 auto F = Promise->get_future(); in createTaskAndFuture()
/freebsd-14.2/contrib/llvm-project/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()
411 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.cpp210 auto ResultF = ResultP.get_future(); in jitDispatchViaWrapperFunctionManager()
H A DSimpleRemoteEPC.cpp281 auto EIF = EIP.get_future(); in setup()
H A DDebugObjectManagerPlugin.cpp459 std::future<MSVCPError> FinalizeErr = FinalizePromise.get_future(); in notifyEmitted()
H A DCore.cpp2117 auto ResultF = ResultP.get_future(); in lookupFlags()
2188 auto ResultFuture = PromisedResult.get_future(); in lookup()
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dfuture75 future<R> get_future();
105 future<R&> get_future();
133 future<void> get_future();
347 future<R> get_future();
1133 _LIBCPP_HIDE_FROM_ABI future<_Rp> get_future();
1171 future<_Rp> promise<_Rp>::get_future() {
1250 _LIBCPP_HIDE_FROM_ABI future<_Rp&> get_future();
1286 future<_Rp&> promise<_Rp&>::get_future() {
1351 future<void> get_future();
1636 _LIBCPP_HIDE_FROM_ABI future<result_type> get_future() { return __p_.get_future(); }
[all …]
/freebsd-14.2/contrib/llvm-project/libcxx/src/
H A Dfuture.cpp153 future<void> promise<void>::get_future() { in get_future() function in promise
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DParallel.cpp80 ThreadsCreated.get_future().wait(); in stop()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.cpp271 auto ResultF = ResultP.get_future(); in doJITDispatch()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp207 auto AllocF = AllocP.get_future(); in Create()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp869 auto ResultF = ResultP->get_future(); in linkAndVerify()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1040 std::future<uint16_t> port_future = m_port_promise.get_future(); in StartDebugserverProcess()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1190 auto NewSymbolsF = NewSymbolsP->get_future(); in resolveExternalSymbols()