Home
last modified time | relevance | path

Searched refs:handleReadMem (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h71 addHandler<mem::ReadMem>(*this, &ThisT::handleReadMem); in OrcRemoteTargetServer()
352 Expected<std::vector<uint8_t>> handleReadMem(JITTargetAddress RSrc, in handleReadMem() function
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h73 addHandler<mem::ReadMem>(*this, &ThisT::handleReadMem); in OrcRemoteTargetServer()
366 Expected<std::vector<uint8_t>> handleReadMem(JITTargetAddress RSrc, in handleReadMem() function
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h101 return handle<ReadMem>(Channel, *this, &ThisT::handleReadMem); in handleKnownFunction()
365 Expected<std::vector<char>> handleReadMem(TargetAddress RSrc, uint64_t Size) { in handleReadMem() function