Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h64 addHandler<exec::CallIntVoid>(*this, &ThisT::handleCallIntVoid); in OrcRemoteTargetServer()
157 Expected<int32_t> handleCallIntVoid(JITTargetAddress Addr) { in handleCallIntVoid() function
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h65 addHandler<exec::CallIntVoid>(*this, &ThisT::handleCallIntVoid); in OrcRemoteTargetServer()
159 Expected<int32_t> handleCallIntVoid(JITTargetAddress Addr) { in handleCallIntVoid() function
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h66 return handle<CallIntVoid>(Channel, *this, &ThisT::handleCallIntVoid); in handleKnownFunction()
183 Expected<int32_t> handleCallIntVoid(TargetAddress Addr) { in handleCallIntVoid() function