Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.cpp32 FUNCNAME(EmitIndirectStubs); in getJITFuncIdName()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h306 class EmitIndirectStubs
308 EmitIndirectStubs,
DOrcRemoteTargetServer.h84 addHandler<stubs::EmitIndirectStubs>(*this, in OrcRemoteTargetServer()
DOrcRemoteTargetClient.h850 return callB<stubs::EmitIndirectStubs>(Id, NumStubsRequired); in emitIndirectStubs()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h299 class EmitIndirectStubs
301 EmitIndirectStubs,
DOrcRemoteTargetServer.h82 addHandler<stubs::EmitIndirectStubs>(*this, in OrcRemoteTargetServer()
DOrcRemoteTargetClient.h629 return callB<stubs::EmitIndirectStubs>(Id, NumStubsRequired); in emitIndirectStubs()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h156 EmitIndirectStubs; typedef
DOrcRemoteTargetServer.h87 return handle<EmitIndirectStubs>(Channel, *this, in handleKnownFunction()
DOrcRemoteTargetClient.h721 return callST<EmitIndirectStubs>(Channel, Id, NumStubsRequired); in emitIndirectStubs()