Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMemoryAccess.h53 virtual void writeUInt16sAsync(ArrayRef<tpctypes::UInt16Write> Ws,
96 Error writeUInt16s(ArrayRef<tpctypes::UInt16Write> Ws) { in writeUInt16s()
H A DInProcessMemoryAccess.h26 void writeUInt16sAsync(ArrayRef<tpctypes::UInt16Write> Ws,
H A DEPCGenericMemoryAccess.h57 void writeUInt16sAsync(ArrayRef<tpctypes::UInt16Write> Ws, in writeUInt16sAsync()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DInProcessMemoryAccess.cpp25 ArrayRef<tpctypes::UInt16Write> Ws, WriteResultFn OnWriteComplete) { in writeUInt16sAsync()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DOrcRTBootstrap.cpp163 &writeUIntsWrapper<tpctypes::UInt16Write, in addTo()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DTargetProcessControlTypes.h84 using UInt16Write = UIntWrite<uint16_t>; variable