Home
last modified time | relevance | path

Searched refs:InProcessMemoryAccess (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DInProcessMemoryAccess.cpp17 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 …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DInProcessMemoryAccess.h20 class LLVM_ABI InProcessMemoryAccess : public MemoryAccess {
22 InProcessMemoryAccess(bool IsArch64Bit) : IsArch64Bit(IsArch64Bit) {} in InProcessMemoryAccess() function
H A DSelfExecutorProcessControl.h71 InProcessMemoryAccess IPMA;
/freebsd/lib/clang/libllvm/
H A DMakefile826 SRCS_EXT+= ExecutionEngine/Orc/InProcessMemoryAccess.cpp