Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMemoryAccess.h91 auto ResultF = ResultP.get_future(); in writeUInt8s()
98 auto ResultF = ResultP.get_future(); in writeUInt16s()
106 auto ResultF = ResultP.get_future(); in writeUInt32s()
114 auto ResultF = ResultP.get_future(); in writeUInt64s()
122 auto ResultF = ResultP.get_future(); in writePointers()
130 auto ResultF = ResultP.get_future(); in writeBuffers()
141 return P.get_future().get(); in readUInt8s()
149 return P.get_future().get(); in readUInt16s()
157 return P.get_future().get(); in readUInt32s()
165 return P.get_future().get(); in readUInt64s()
[all …]
H A DEPCGenericDylibManager.h57 auto RF = RP.get_future(); in lookup()
66 auto RF = RP.get_future(); in lookup()
H A DDylibManager.h55 auto RF = RP.get_future(); in lookupSymbols()
H A DExecutorProcessControl.h255 auto RF = RP.get_future(); in callWrapper()
H A DIndirectionUtils.h127 auto LandingAddressF = LandingAddressP.get_future(); in reenter()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h138 auto FinalizeResultF = FinalizeResultP.get_future(); in finalize()
169 auto AllocResultF = AllocResultP.get_future(); in allocate()
193 auto DeallocResultF = DeallocResultP.get_future(); in deallocate()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMemoryMapper.cpp96 auto F = P.get_future(); in initialize()
166 auto F = P.get_future(); in release()
199 auto F = P.get_future(); in ~InProcessMemoryMapper()
H A DLookupAndRecordAddrs.cpp48 auto ResultF = ResultP.get_future(); in lookupAndRecordAddrs()
H A DEPCIndirectionUtils.cpp92 auto DeallocResultF = DeallocResultP.get_future(); in deallocatePool()
413 auto LandingAddrF = LandingAddrP.get_future(); in reentry()
H A DSelfExecutorProcessControl.cpp159 auto ResultF = ResultP.get_future(); in jitDispatchViaWrapperFunctionManager()
H A DSimpleRemoteEPC.cpp312 auto EIF = EIP.get_future(); in setup()
H A DDebugObjectManagerPlugin.cpp458 std::future<MSVCPError> FinalizeErr = FinalizePromise.get_future(); in notifyEmitted()
H A DCore.cpp1799 auto ResultF = ResultP.get_future(); in lookupFlags()
1863 return PromisedResult.get_future().get(); in lookup()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dfuture75 future<R> get_future();
105 future<R&> get_future();
133 future<void> get_future();
347 future<R> get_future();
1087 _LIBCPP_HIDE_FROM_ABI future<_Rp> get_future();
1125 future<_Rp> promise<_Rp>::get_future() {
1204 _LIBCPP_HIDE_FROM_ABI future<_Rp&> get_future();
1240 future<_Rp&> promise<_Rp&>::get_future() {
1305 future<void> get_future();
1591 _LIBCPP_HIDE_FROM_ABI future<result_type> get_future() { return __p_.get_future(); }
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfuture75 future<R> get_future();
105 future<R&> get_future();
133 future<void> get_future();
345 future<R> get_future();
1142 _LIBCPP_HIDE_FROM_ABI future<_Rp> get_future();
1180 future<_Rp> promise<_Rp>::get_future() {
1259 _LIBCPP_HIDE_FROM_ABI future<_Rp&> get_future();
1295 future<_Rp&> promise<_Rp&>::get_future() {
1369 future<void> get_future();
1645 _LIBCPP_HIDE_FROM_ABI future<_Rp> get_future() { return __p_.get_future(); }
[all …]
/freebsd/contrib/llvm-project/libcxx/src/
H A Dfuture.cpp153 future<void> promise<void>::get_future() { in get_future() function in promise
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DParallel.cpp80 ThreadsCreated.get_future().wait(); in stop()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.cpp269 auto ResultF = ResultP.get_future(); in doJITDispatch()
H A DExecutorSharedMemoryMapperService.cpp189 auto F = P.get_future(); in initialize()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp210 auto AllocF = AllocP.get_future(); in Create()
/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp869 auto ResultF = ResultP->get_future(); in linkAndVerify()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1204 auto NewSymbolsF = NewSymbolsP->get_future(); in resolveExternalSymbols()