Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutorProcessControl.h108 virtual void writeUInt8sAsync(ArrayRef<tpctypes::UInt8Write> Ws,
123 Error writeUInt8s(ArrayRef<tpctypes::UInt8Write> Ws) { in writeUInt8s()
444 void writeUInt8sAsync(ArrayRef<tpctypes::UInt8Write> Ws,
H A DEPCGenericMemoryAccess.h42 void writeUInt8sAsync(ArrayRef<tpctypes::UInt8Write> Ws, in writeUInt8sAsync()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DOrcRTBootstrap.cpp61 &writeUIntsWrapper<tpctypes::UInt8Write, in addTo()
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DEPCGenericMemoryAccessTest.cpp49 &testWriteUInts<tpctypes::UInt8Write, SPSMemoryAccessUInt8Write>); in TEST()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DExecutorProcessControl.cpp139 ArrayRef<tpctypes::UInt8Write> Ws, WriteResultFn OnWriteComplete) { in writeUInt8sAsync()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DTargetProcessControlTypes.h105 using UInt8Write = UIntWrite<uint8_t>; variable