Home
last modified time | relevance | path

Searched refs:MSVCPError (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DMSVCErrorWorkarounds.h27 class MSVCPError : public Error {
29 MSVCPError() { (void)!!*this; } in MSVCPError() function
31 MSVCPError(MSVCPError &&Other) : Error(std::move(Other)) {} in MSVCPError() function
33 MSVCPError &operator=(MSVCPError Other) {
38 MSVCPError(Error Err) : Error(std::move(Err)) {} in MSVCPError() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DTargetProcessControl.h58 std::promise<MSVCPError> ResultP; in writeUInt8s()
65 std::promise<MSVCPError> ResultP; in writeUInt16s()
72 std::promise<MSVCPError> ResultP; in writeUInt32s()
79 std::promise<MSVCPError> ResultP; in writeUInt64s()
86 std::promise<MSVCPError> ResultP; in writeBuffers()
H A DOrcRPCTargetProcessControl.h378 std::promise<MSVCPError> P; in closeConnectionAndWait()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h83 std::promise<MSVCPError> FinalizeResultP; in finalize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp446 std::promise<MSVCPError> FinalizePromise; in notifyEmitted()
447 std::future<MSVCPError> FinalizeErr = FinalizePromise.get_future(); in notifyEmitted()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DRemoteJITUtils.cpp93 std::promise<MSVCPError> P; in disconnect()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DRPCUtils.h258 using ReturnPromiseType = std::promise<MSVCPError>;
261 using ReturnFutureType = std::future<MSVCPError>;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp770 std::promise<MSVCPError> P; in disconnect()