Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutorProcessControl.h127 std::promise<MSVCPError> ResultP; in writeUInt8s()
135 std::promise<MSVCPError> ResultP; in writeUInt16s()
143 std::promise<MSVCPError> ResultP; in writeUInt32s()
151 std::promise<MSVCPError> ResultP; in writeUInt64s()
159 std::promise<MSVCPError> ResultP; in writeBuffers()
167 std::promise<MSVCPError> ResultP; in writePointers()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLookupAndRecordAddrs.cpp47 std::promise<MSVCPError> ResultP; in lookupAndRecordAddrs()
H A DMemoryMapper.cpp156 std::promise<MSVCPError> P; in release()
189 std::promise<MSVCPError> P; in ~InProcessMemoryMapper()
H A DDebugObjectManagerPlugin.cpp458 std::promise<MSVCPError> FinalizePromise; in notifyEmitted()
459 std::future<MSVCPError> FinalizeErr = FinalizePromise.get_future(); in notifyEmitted()
H A DEPCIndirectionUtils.cpp91 std::promise<MSVCPError> DeallocResultP; in deallocatePool()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h188 std::promise<MSVCPError> DeallocResultP; in deallocate()