HomeSort by relevance Sort by last modified time
    Searched defs:CallIntVoid (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetRPCAPI.h 123 typedef Function<CallIntVoidId, int32_t(TargetAddress Addr)> CallIntVoid;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetRPCAPI.h 195 class CallIntVoid
196 : public rpc::Function<CallIntVoid, int32_t(JITTargetAddress Addr)> {
198 static const char *getName() { return "CallIntVoid"; }

Completed in 731 milliseconds