Home
last modified time | relevance | path

Searched refs:writeUInt8s (Results 1 – 3 of 3) 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() function
72 writeUInt8s(Ws, [&](Error Err) { ResultP.set_value(std::move(Err)); }); in writeUInt8s()
276 void writeUInt8s(ArrayRef<tpctypes::UInt8Write> Ws,
H A DOrcRPCExecutorProcessControl.h233 void writeUInt8s(ArrayRef<tpctypes::UInt8Write> Ws, in writeUInt8s() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutorProcessControl.cpp123 void SelfExecutorProcessControl::writeUInt8s(ArrayRef<tpctypes::UInt8Write> Ws, in writeUInt8s() function in llvm::orc::SelfExecutorProcessControl