Home
last modified time | relevance | path

Searched defs:appendBytes (Results 1 – 6 of 6) sorted by relevance

/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
DRemoteJITUtils.h50 llvm::Error appendBytes(const char *Src, unsigned Size) override { in appendBytes() function
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
DFDRawByteChannel.h59 llvm::Error appendBytes(const char *Src, unsigned Size) override { in appendBytes() function
/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/
DQueueChannel.h128 Error appendBytes(const char *Src, unsigned Size) override { in appendBytes() function
/external/llvm/tools/lli/
DRemoteJITUtils.h50 llvm::Error appendBytes(const char *Src, unsigned Size) override { in appendBytes() function
/external/llvm/unittests/ExecutionEngine/Orc/
DRPCUtilsTest.cpp50 Error appendBytes(const char *Src, unsigned Size) override { in appendBytes() function in QueueChannel
/external/golang-protobuf/proto/
Dtable_marshal.go2119 func appendBytes(b []byte, ptr pointer, wiretag uint64, _ bool) ([]byte, error) { func