Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutorProcessControl.cpp33 InProcessMemoryAccess(TargetTriple.isArch64Bit()) { in SelfExecutorProcessControl()
149 void InProcessMemoryAccess::writeUInt8sAsync(ArrayRef<tpctypes::UInt8Write> Ws, in writeUInt8sAsync()
156 void InProcessMemoryAccess::writeUInt16sAsync( in writeUInt16sAsync()
163 void InProcessMemoryAccess::writeUInt32sAsync( in writeUInt32sAsync()
170 void InProcessMemoryAccess::writeUInt64sAsync( in writeUInt64sAsync()
177 void InProcessMemoryAccess::writeBuffersAsync( in writeBuffersAsync()
184 void InProcessMemoryAccess::writePointersAsync( in writePointersAsync()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutorProcessControl.h435 class InProcessMemoryAccess : public ExecutorProcessControl::MemoryAccess {
437 InProcessMemoryAccess(bool IsArch64Bit) : IsArch64Bit(IsArch64Bit) {} in InProcessMemoryAccess() function
464 private InProcessMemoryAccess {
473 InProcessMemoryAccess(Triple(TT).isArch64Bit()) {
512 private InProcessMemoryAccess {