Home
last modified time | relevance | path

Searched refs:UInt64Write (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DTargetProcessControl.h51 virtual void writeUInt64s(ArrayRef<tpctypes::UInt64Write> Ws,
78 Error writeUInt64s(ArrayRef<tpctypes::UInt64Write> Ws) { in writeUInt64s()
196 void writeUInt64s(ArrayRef<tpctypes::UInt64Write> Ws,
DOrcRPCTargetProcessControl.h247 void writeUInt64s(ArrayRef<tpctypes::UInt64Write> Ws, in writeUInt64s()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
DOrcRPCTPCServer.h113 template <> class RPCTypeName<tpctypes::UInt64Write> {
149 std::is_same<WriteT, tpctypes::UInt64Write>::value>> {
333 Error(std::vector<tpctypes::UInt64Write>)> {
408 handleWriteUInt<tpctypes::UInt64Write>); in OrcRPCTPCServer()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
DTargetProcessControlTypes.h47 using UInt64Write = UIntWrite<uint64_t>; variable
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DTPCIndirectionUtils.cpp171 std::vector<tpctypes::UInt64Write> PtrUpdates; in createStubs()
220 tpctypes::UInt64Write PUpdate(PtrAddr, NewAddr); in updatePointer()
DTargetProcessControl.cpp138 void SelfTargetProcessControl::writeUInt64s(ArrayRef<tpctypes::UInt64Write> Ws, in writeUInt64s()