Home
last modified time | relevance | path

Searched refs:UInt32Write (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMemoryAccess.h56 virtual void writeUInt32sAsync(ArrayRef<tpctypes::UInt32Write> Ws,
104 Error writeUInt32s(ArrayRef<tpctypes::UInt32Write> Ws) { in writeUInt32s()
H A DInProcessMemoryAccess.h29 void writeUInt32sAsync(ArrayRef<tpctypes::UInt32Write> Ws,
H A DEPCGenericMemoryAccess.h64 void writeUInt32sAsync(ArrayRef<tpctypes::UInt32Write> Ws, in writeUInt32sAsync()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp161 std::vector<tpctypes::UInt32Write> PtrUpdates; in createStubs()
214 tpctypes::UInt32Write PUpdate(PtrAddr, NewAddr.getValue()); in updatePointer()
H A DInProcessMemoryAccess.cpp32 ArrayRef<tpctypes::UInt32Write> Ws, WriteResultFn OnWriteComplete) { in writeUInt32sAsync()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DOrcRTBootstrap.cpp166 &writeUIntsWrapper<tpctypes::UInt32Write, in addTo()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DTargetProcessControlTypes.h87 using UInt32Write = UIntWrite<uint32_t>; variable