Searched refs:InProcessMemoryAccess (Results 1 – 4 of 4) sorted by relevance
17 void InProcessMemoryAccess::writeUInt8sAsync(ArrayRef<tpctypes::UInt8Write> Ws, in writeUInt8sAsync()24 void InProcessMemoryAccess::writeUInt16sAsync( in writeUInt16sAsync()31 void InProcessMemoryAccess::writeUInt32sAsync( in writeUInt32sAsync()38 void InProcessMemoryAccess::writeUInt64sAsync( in writeUInt64sAsync()45 void InProcessMemoryAccess::writePointersAsync( in writePointersAsync()58 void InProcessMemoryAccess::writeBuffersAsync( in writeBuffersAsync()65 void InProcessMemoryAccess::readUInt8sAsync( in readUInt8sAsync()74 void InProcessMemoryAccess::readUInt16sAsync( in readUInt16sAsync()83 void InProcessMemoryAccess::readUInt32sAsync( in readUInt32sAsync()92 void InProcessMemoryAccess::readUInt64sAsync( in readUInt64sAsync()[all …]
20 class LLVM_ABI InProcessMemoryAccess : public MemoryAccess {22 InProcessMemoryAccess(bool IsArch64Bit) : IsArch64Bit(IsArch64Bit) {} in InProcessMemoryAccess() function
71 InProcessMemoryAccess IPMA;
826 SRCS_EXT+= ExecutionEngine/Orc/InProcessMemoryAccess.cpp