Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericMemoryAccess.h47 EPCGenericMemoryAccess(ExecutorProcessControl &EPC, FuncAddrs FAs) in EPCGenericMemoryAccess() argument
48 : EPC(EPC), FAs(FAs) {} in EPCGenericMemoryAccess()
54 FAs.WriteUInt8s, std::move(OnWriteComplete), Ws); in writeUInt8sAsync()
61 FAs.WriteUInt16s, std::move(OnWriteComplete), Ws); in writeUInt16sAsync()
68 FAs.WriteUInt32s, std::move(OnWriteComplete), Ws); in writeUInt32sAsync()
75 FAs.WriteUInt64s, std::move(OnWriteComplete), Ws); in writeUInt64sAsync()
82 FAs.WritePointers, std::move(OnWriteComplete), Ws); in writePointersAsync()
89 FAs.WriteBuffers, std::move(OnWriteComplete), Ws); in writeBuffersAsync()
96 FAs.ReadUInt8s, in readUInt8sAsync()
112 FAs.ReadUInt16s, in readUInt16sAsync()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.cpp229 EPCGenericMemoryAccess::FuncAddrs FAs; in createDefaultMemoryAccess() local
231 {{FAs.WriteUInt8s, rt::MemoryWriteUInt8sWrapperName}, in createDefaultMemoryAccess()
232 {FAs.WriteUInt16s, rt::MemoryWriteUInt16sWrapperName}, in createDefaultMemoryAccess()
233 {FAs.WriteUInt32s, rt::MemoryWriteUInt32sWrapperName}, in createDefaultMemoryAccess()
234 {FAs.WriteUInt64s, rt::MemoryWriteUInt64sWrapperName}, in createDefaultMemoryAccess()
235 {FAs.WriteBuffers, rt::MemoryWriteBuffersWrapperName}, in createDefaultMemoryAccess()
236 {FAs.WritePointers, rt::MemoryWritePointersWrapperName}, in createDefaultMemoryAccess()
237 {FAs.ReadUInt8s, rt::MemoryReadUInt8sWrapperName}, in createDefaultMemoryAccess()
238 {FAs.ReadUInt16s, rt::MemoryReadUInt16sWrapperName}, in createDefaultMemoryAccess()
239 {FAs.ReadUInt32s, rt::MemoryReadUInt32sWrapperName}, in createDefaultMemoryAccess()
[all …]