Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutorProcessControl.h114 virtual void writeUInt32sAsync(ArrayRef<tpctypes::UInt32Write> Ws,
139 Error writeUInt32s(ArrayRef<tpctypes::UInt32Write> Ws) { in writeUInt32s()
450 void writeUInt32sAsync(ArrayRef<tpctypes::UInt32Write> Ws,
H A DEPCGenericMemoryAccess.h56 void writeUInt32sAsync(ArrayRef<tpctypes::UInt32Write> Ws, in writeUInt32sAsync()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DOrcRTBootstrap.cpp67 &writeUIntsWrapper<tpctypes::UInt32Write, in addTo()
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DEPCGenericMemoryAccessTest.cpp53 &testWriteUInts<tpctypes::UInt32Write, SPSMemoryAccessUInt32Write>); in TEST()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp163 std::vector<tpctypes::UInt32Write> PtrUpdates; in createStubs()
218 tpctypes::UInt32Write PUpdate(ExecutorAddr(PtrAddr), NewAddr); in updatePointer()
H A DExecutorProcessControl.cpp153 ArrayRef<tpctypes::UInt32Write> Ws, WriteResultFn OnWriteComplete) { in writeUInt32sAsync()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DTargetProcessControlTypes.h111 using UInt32Write = UIntWrite<uint32_t>; variable