Home
last modified time | relevance | path

Searched refs:UInt8Write (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DTargetProcessControl.h42 virtual void writeUInt8s(ArrayRef<tpctypes::UInt8Write> Ws,
57 Error writeUInt8s(ArrayRef<tpctypes::UInt8Write> Ws) { in writeUInt8s()
187 void writeUInt8s(ArrayRef<tpctypes::UInt8Write> Ws,
DOrcRPCTargetProcessControl.h232 void writeUInt8s(ArrayRef<tpctypes::UInt8Write> Ws, in writeUInt8s()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
DOrcRPCTPCServer.h98 template <> class RPCTypeName<tpctypes::UInt8Write> {
146 std::enable_if_t<std::is_same<WriteT, tpctypes::UInt8Write>::value ||
312 Error(std::vector<tpctypes::UInt8Write>)> {
402 handleWriteUInt<tpctypes::UInt8Write>); in OrcRPCTPCServer()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
DTargetProcessControlTypes.h38 using UInt8Write = UIntWrite<uint8_t>; variable
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DTargetProcessControl.cpp117 void SelfTargetProcessControl::writeUInt8s(ArrayRef<tpctypes::UInt8Write> Ws, in writeUInt8s()