Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutorProcessControl.h54 virtual void writeUInt8s(ArrayRef<tpctypes::UInt8Write> Ws,
69 Error writeUInt8s(ArrayRef<tpctypes::UInt8Write> Ws) { in writeUInt8s()
276 void writeUInt8s(ArrayRef<tpctypes::UInt8Write> Ws,
H A DOrcRPCExecutorProcessControl.h233 void writeUInt8s(ArrayRef<tpctypes::UInt8Write> Ws, in writeUInt8s()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DTargetProcessControlTypes.h37 using UInt8Write = UIntWrite<uint8_t>; variable
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DOrcRPCTPCServer.h140 template <> class SerializationTypeName<tpctypes::UInt8Write> {
189 std::enable_if_t<std::is_same<WriteT, tpctypes::UInt8Write>::value ||
331 Error(std::vector<tpctypes::UInt8Write>)> {
422 handleWriteUInt<tpctypes::UInt8Write>); in OrcRPCTPCServer()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutorProcessControl.cpp123 void SelfExecutorProcessControl::writeUInt8s(ArrayRef<tpctypes::UInt8Write> Ws, in writeUInt8s()