Home
last modified time | relevance | path

Searched refs:writeUInt32s (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DTargetProcessControl.h48 virtual void writeUInt32s(ArrayRef<tpctypes::UInt32Write> Ws,
71 Error writeUInt32s(ArrayRef<tpctypes::UInt32Write> Ws) { in writeUInt32s() function
74 writeUInt32s(Ws, [&](Error Err) { ResultP.set_value(std::move(Err)); }); in writeUInt32s()
201 void writeUInt32s(ArrayRef<tpctypes::UInt32Write> Ws,
H A DOrcRPCTargetProcessControl.h243 void writeUInt32s(ArrayRef<tpctypes::UInt32Write> Ws, in writeUInt32s() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DTPCIndirectionUtils.cpp167 return MemAccess.writeUInt32s(PtrUpdates); in createStubs()
217 return MemAccess.writeUInt32s(PUpdate); in updatePointer()
H A DTargetProcessControl.cpp130 void SelfTargetProcessControl::writeUInt32s(ArrayRef<tpctypes::UInt32Write> Ws, in writeUInt32s() function in llvm::orc::SelfTargetProcessControl