Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DTargetProcessControl.h48 virtual void writeUInt32s(ArrayRef<tpctypes::UInt32Write> Ws,
71 Error writeUInt32s(ArrayRef<tpctypes::UInt32Write> Ws) { in writeUInt32s()
193 void writeUInt32s(ArrayRef<tpctypes::UInt32Write> Ws,
DOrcRPCTargetProcessControl.h242 void writeUInt32s(ArrayRef<tpctypes::UInt32Write> Ws, in writeUInt32s()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
DOrcRPCTPCServer.h108 template <> class RPCTypeName<tpctypes::UInt32Write> {
148 std::is_same<WriteT, tpctypes::UInt32Write>::value ||
326 Error(std::vector<tpctypes::UInt32Write>)> {
406 handleWriteUInt<tpctypes::UInt32Write>); in OrcRPCTPCServer()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
DTargetProcessControlTypes.h44 using UInt32Write = UIntWrite<uint32_t>; variable
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DTPCIndirectionUtils.cpp163 std::vector<tpctypes::UInt32Write> PtrUpdates; in createStubs()
216 tpctypes::UInt32Write PUpdate(PtrAddr, NewAddr); in updatePointer()
DTargetProcessControl.cpp131 void SelfTargetProcessControl::writeUInt32s(ArrayRef<tpctypes::UInt32Write> Ws, in writeUInt32s()