| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | MemoryAccess.h | 91 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 D | EPCGenericDylibManager.h | 57 auto RF = RP.get_future(); in lookup() 66 auto RF = RP.get_future(); in lookup()
|
| H A D | DylibManager.h | 55 auto RF = RP.get_future(); in lookupSymbols()
|
| H A D | ExecutorProcessControl.h | 255 auto RF = RP.get_future(); in callWrapper()
|
| H A D | IndirectionUtils.h | 127 auto LandingAddressF = LandingAddressP.get_future(); in reenter()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLinkMemoryManager.h | 138 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 D | MemoryMapper.cpp | 96 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 D | LookupAndRecordAddrs.cpp | 48 auto ResultF = ResultP.get_future(); in lookupAndRecordAddrs()
|
| H A D | EPCIndirectionUtils.cpp | 92 auto DeallocResultF = DeallocResultP.get_future(); in deallocatePool() 413 auto LandingAddrF = LandingAddrP.get_future(); in reentry()
|
| H A D | SelfExecutorProcessControl.cpp | 159 auto ResultF = ResultP.get_future(); in jitDispatchViaWrapperFunctionManager()
|
| H A D | SimpleRemoteEPC.cpp | 312 auto EIF = EIP.get_future(); in setup()
|
| H A D | DebugObjectManagerPlugin.cpp | 458 std::future<MSVCPError> FinalizeErr = FinalizePromise.get_future(); in notifyEmitted()
|
| H A D | Core.cpp | 1799 auto ResultF = ResultP.get_future(); in lookupFlags() 1863 return PromisedResult.get_future().get(); in lookup()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | future | 75 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 D | future | 75 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 D | future.cpp | 153 future<void> promise<void>::get_future() { in get_future() function in promise
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Parallel.cpp | 80 ThreadsCreated.get_future().wait(); in stop()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| H A D | SimpleRemoteEPCServer.cpp | 269 auto ResultF = ResultP.get_future(); in doJITDispatch()
|
| H A D | ExecutorSharedMemoryMapperService.cpp | 189 auto F = P.get_future(); in initialize()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | JITLinkMemoryManager.cpp | 210 auto AllocF = AllocP.get_future(); in Create()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/ |
| H A D | llvm-rtdyld.cpp | 869 auto ResultF = ResultP->get_future(); in linkAndVerify()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyld.cpp | 1204 auto NewSymbolsF = NewSymbolsP->get_future(); in resolveExternalSymbols()
|