Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DTargetProcessControl.h51 virtual void writeUInt64s(ArrayRef<tpctypes::UInt64Write> Ws,
78 Error writeUInt64s(ArrayRef<tpctypes::UInt64Write> Ws) { in writeUInt64s() function
81 writeUInt64s(Ws, [&](Error Err) { ResultP.set_value(std::move(Err)); }); in writeUInt64s()
204 void writeUInt64s(ArrayRef<tpctypes::UInt64Write> Ws,
H A DOrcRPCTargetProcessControl.h248 void writeUInt64s(ArrayRef<tpctypes::UInt64Write> Ws, in writeUInt64s() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DTPCIndirectionUtils.cpp175 return MemAccess.writeUInt64s(PtrUpdates); in createStubs()
221 return MemAccess.writeUInt64s(PUpdate); in updatePointer()
H A DTargetProcessControl.cpp137 void SelfTargetProcessControl::writeUInt64s(ArrayRef<tpctypes::UInt64Write> Ws, in writeUInt64s() function in llvm::orc::SelfTargetProcessControl