Home
last modified time | relevance | path

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