Home
last modified time | relevance | path

Searched refs:UInt32Write (Results 1 – 6 of 6) 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()
201 void writeUInt32s(ArrayRef<tpctypes::UInt32Write> Ws,
H A DOrcRPCTargetProcessControl.h243 void writeUInt32s(ArrayRef<tpctypes::UInt32Write> Ws, in writeUInt32s()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DOrcRPCTPCServer.h107 template <> class SerializationTypeName<tpctypes::UInt32Write> {
148 std::is_same<WriteT, tpctypes::UInt32Write>::value ||
330 Error(std::vector<tpctypes::UInt32Write>)> {
411 handleWriteUInt<tpctypes::UInt32Write>); in OrcRPCTPCServer()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DTargetProcessControlTypes.h43 using UInt32Write = UIntWrite<uint32_t>; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DTPCIndirectionUtils.cpp163 std::vector<tpctypes::UInt32Write> PtrUpdates; in createStubs()
216 tpctypes::UInt32Write PUpdate(PtrAddr, NewAddr); in updatePointer()
H A DTargetProcessControl.cpp130 void SelfTargetProcessControl::writeUInt32s(ArrayRef<tpctypes::UInt32Write> Ws, in writeUInt32s()