Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutorProcessControl.h111 virtual void writeUInt16sAsync(ArrayRef<tpctypes::UInt16Write> Ws,
131 Error writeUInt16s(ArrayRef<tpctypes::UInt16Write> Ws) { in writeUInt16s()
447 void writeUInt16sAsync(ArrayRef<tpctypes::UInt16Write> Ws,
H A DEPCGenericMemoryAccess.h49 void writeUInt16sAsync(ArrayRef<tpctypes::UInt16Write> Ws, in writeUInt16sAsync()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DOrcRTBootstrap.cpp64 &writeUIntsWrapper<tpctypes::UInt16Write, in addTo()
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DEPCGenericMemoryAccessTest.cpp51 &testWriteUInts<tpctypes::UInt16Write, SPSMemoryAccessUInt16Write>); in TEST()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DExecutorProcessControl.cpp146 ArrayRef<tpctypes::UInt16Write> Ws, WriteResultFn OnWriteComplete) { in writeUInt16sAsync()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DTargetProcessControlTypes.h108 using UInt16Write = UIntWrite<uint16_t>; variable