Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
HDEPCGenericMemoryAccess.h43 void writeUInt8sAsync(ArrayRef<tpctypes::UInt8Write> Ws, in writeUInt8sAsync()
HDExecutorProcessControl.h108 virtual void writeUInt8sAsync(ArrayRef<tpctypes::UInt8Write> Ws,
126 Error writeUInt8s(ArrayRef<tpctypes::UInt8Write> Ws) { in writeUInt8s()
438 void writeUInt8sAsync(ArrayRef<tpctypes::UInt8Write> Ws,
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
HDOrcRTBootstrap.cpp82 &writeUIntsWrapper<tpctypes::UInt8Write, in addTo()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDExecutorProcessControl.cpp149 void InProcessMemoryAccess::writeUInt8sAsync(ArrayRef<tpctypes::UInt8Write> Ws, in writeUInt8sAsync()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
HDTargetProcessControlTypes.h81 using UInt8Write = UIntWrite<uint8_t>; variable