Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetServer.h67 addHandler<exec::CallIntInt>(*this, &ThisT::handleCallIntInt); in OrcRemoteTargetServer()
173 Expected<int32_t> handleCallIntInt(JITTargetAddress Addr, int Arg) { in handleCallIntInt() function