Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DTargetProcessControl.h45 virtual void writeUInt16s(ArrayRef<tpctypes::UInt16Write> Ws,
64 Error writeUInt16s(ArrayRef<tpctypes::UInt16Write> Ws) { in writeUInt16s()
198 void writeUInt16s(ArrayRef<tpctypes::UInt16Write> Ws,
H A DOrcRPCTargetProcessControl.h238 void writeUInt16s(ArrayRef<tpctypes::UInt16Write> Ws, in writeUInt16s()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DOrcRPCTPCServer.h102 template <> class SerializationTypeName<tpctypes::UInt16Write> {
147 std::is_same<WriteT, tpctypes::UInt16Write>::value ||
323 Error(std::vector<tpctypes::UInt16Write>)> {
409 handleWriteUInt<tpctypes::UInt16Write>); in OrcRPCTPCServer()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DTargetProcessControlTypes.h40 using UInt16Write = UIntWrite<uint16_t>; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DTargetProcessControl.cpp123 void SelfTargetProcessControl::writeUInt16s(ArrayRef<tpctypes::UInt16Write> Ws, in writeUInt16s()