reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

examples/Kaleidoscope/BuildingAJIT/Chapter5/RemoteJITUtils.h
   51   llvm::Error appendBytes(const char *Src, unsigned Size) override {
tools/lli/RemoteJITUtils.h
   49   llvm::Error appendBytes(const char *Src, unsigned Size) override {
unittests/ExecutionEngine/Orc/QueueChannel.h
  128   Error appendBytes(const char *Src, unsigned Size) override {

References

include/llvm/ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h
  119     return C.appendBytes(DBW.getSrc(), DBW.getSize());
include/llvm/ExecutionEngine/Orc/RawByteChannel.h
  100     return C.appendBytes(reinterpret_cast<const char *>(&V), sizeof(T));
  119           C.appendBytes(reinterpret_cast<const char *>(&Tmp), 1))
  142     return C.appendBytes((const char *)S.data(), S.size());