Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericMemoryAccess.h26 class EPCGenericMemoryAccess : public MemoryAccess {
47 EPCGenericMemoryAccess(ExecutorProcessControl &EPC, FuncAddrs FAs) in EPCGenericMemoryAccess() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.cpp229 EPCGenericMemoryAccess::FuncAddrs FAs; in createDefaultMemoryAccess()
245 return std::make_unique<EPCGenericMemoryAccess>(SREPC, FAs); in createDefaultMemoryAccess()