Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DTargetProcessControl.h45 virtual void writeUInt16s(ArrayRef<tpctypes::UInt16Write> Ws,
64 Error writeUInt16s(ArrayRef<tpctypes::UInt16Write> Ws) { in writeUInt16s()
190 void writeUInt16s(ArrayRef<tpctypes::UInt16Write> Ws,
DOrcRPCTargetProcessControl.h237 void writeUInt16s(ArrayRef<tpctypes::UInt16Write> Ws, in writeUInt16s()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
DOrcRPCTPCServer.h103 template <> class RPCTypeName<tpctypes::UInt16Write> {
147 std::is_same<WriteT, tpctypes::UInt16Write>::value ||
319 Error(std::vector<tpctypes::UInt16Write>)> {
404 handleWriteUInt<tpctypes::UInt16Write>); in OrcRPCTPCServer()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
DTargetProcessControlTypes.h41 using UInt16Write = UIntWrite<uint16_t>; variable
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DTargetProcessControl.cpp124 void SelfTargetProcessControl::writeUInt16s(ArrayRef<tpctypes::UInt16Write> Ws, in writeUInt16s()