Home
last modified time | relevance | path

Searched refs:UInt64Write (Results 1 – 6 of 6) 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()
204 void writeUInt64s(ArrayRef<tpctypes::UInt64Write> Ws,
H A DOrcRPCTargetProcessControl.h248 void writeUInt64s(ArrayRef<tpctypes::UInt64Write> Ws, in writeUInt64s()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DOrcRPCTPCServer.h112 template <> class SerializationTypeName<tpctypes::UInt64Write> {
149 std::is_same<WriteT, tpctypes::UInt64Write>::value>> {
337 Error(std::vector<tpctypes::UInt64Write>)> {
413 handleWriteUInt<tpctypes::UInt64Write>); in OrcRPCTPCServer()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DTargetProcessControlTypes.h46 using UInt64Write = UIntWrite<uint64_t>; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DTPCIndirectionUtils.cpp171 std::vector<tpctypes::UInt64Write> PtrUpdates; in createStubs()
220 tpctypes::UInt64Write PUpdate(PtrAddr, NewAddr); in updatePointer()
H A DTargetProcessControl.cpp137 void SelfTargetProcessControl::writeUInt64s(ArrayRef<tpctypes::UInt64Write> Ws, in writeUInt64s()