Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutorProcessControl.h57 virtual void writeUInt16s(ArrayRef<tpctypes::UInt16Write> Ws,
76 Error writeUInt16s(ArrayRef<tpctypes::UInt16Write> Ws) { in writeUInt16s()
279 void writeUInt16s(ArrayRef<tpctypes::UInt16Write> Ws,
H A DOrcRPCExecutorProcessControl.h238 void writeUInt16s(ArrayRef<tpctypes::UInt16Write> Ws, in writeUInt16s()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DTargetProcessControlTypes.h40 using UInt16Write = UIntWrite<uint16_t>; variable
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DOrcRPCTPCServer.h145 template <> class SerializationTypeName<tpctypes::UInt16Write> {
190 std::is_same<WriteT, tpctypes::UInt16Write>::value ||
338 Error(std::vector<tpctypes::UInt16Write>)> {
424 handleWriteUInt<tpctypes::UInt16Write>); in OrcRPCTPCServer()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutorProcessControl.cpp131 ArrayRef<tpctypes::UInt16Write> Ws, WriteResultFn OnWriteComplete) { in writeUInt16s()