Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
DOrcRPCTPCServer.h402 handleWriteUInt<tpctypes::UInt8Write>); in OrcRPCTPCServer()
404 handleWriteUInt<tpctypes::UInt16Write>); in OrcRPCTPCServer()
406 handleWriteUInt<tpctypes::UInt32Write>); in OrcRPCTPCServer()
408 handleWriteUInt<tpctypes::UInt64Write>); in OrcRPCTPCServer()
445 static void handleWriteUInt(const std::vector<WriteT> &Ws) { in handleWriteUInt() function