Home
last modified time | relevance | path

Searched refs:IsEOF (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
H A DSimpleRemoteEPCUtils.cpp139 bool *IsEOF) { in readBytes() argument
147 if (Completed == 0 && IsEOF) { in readBytes()
148 *IsEOF = true; in readBytes()
156 if (Disconnected && IsEOF) { // disconnect called, pretend this is EOF. in readBytes()
157 *IsEOF = true; in readBytes()
193 bool IsEOF = false; in listenLoop() local
194 if (auto Err2 = readBytes(HeaderBuffer, FDMsgHeader::Size, &IsEOF)) { in listenLoop()
198 if (IsEOF) in listenLoop()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DSimpleRemoteEPCUtils.h131 Error readBytes(char *Dst, size_t Size, bool *IsEOF = nullptr);