Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
468 void writeUInt16sAsync(ArrayRef<tpctypes::UInt16Write> Ws,
H A DEPCGenericMemoryAccess.h49 void writeUInt16sAsync(ArrayRef<tpctypes::UInt16Write> Ws, in writeUInt16sAsync()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DOrcRTBootstrap.cpp85 &writeUIntsWrapper<tpctypes::UInt16Write, in addTo()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DExecutorProcessControl.cpp150 ArrayRef<tpctypes::UInt16Write> Ws, WriteResultFn OnWriteComplete) { in writeUInt16sAsync()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DTargetProcessControlTypes.h68 using UInt16Write = UIntWrite<uint16_t>; variable