Home
last modified time | relevance | path

Searched refs:appendBytes (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DRawByteChannel.h35 virtual Error appendBytes(const char *Src, unsigned Size) = 0;
101 return C.appendBytes(reinterpret_cast<const char *>(&V), sizeof(T)); in serialize()
120 C.appendBytes(reinterpret_cast<const char *>(&Tmp), 1)) in serialize()
143 return C.appendBytes((const char *)S.data(), S.size()); in serialize()
H A DOrcRemoteTargetRPCAPI.h120 return C.appendBytes(DBW.getSrc(), DBW.getSize()); in serialize()
/freebsd-12.1/contrib/llvm/tools/lli/
H A DRemoteJITUtils.h50 llvm::Error appendBytes(const char *Src, unsigned Size) override { in appendBytes() function