Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.cpp34 FUNCNAME(EmitTrampolineBlock); in getJITFuncIdName()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h318 class EmitTrampolineBlock
319 : public rpc::Function<EmitTrampolineBlock,
DOrcRemoteTargetServer.h87 addHandler<stubs::EmitTrampolineBlock>(*this, in OrcRemoteTargetServer()
DOrcRemoteTargetClient.h609 return callB<stubs::EmitTrampolineBlock>(); in emitTrampolineBlock()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h162 EmitTrampolineBlock; typedef
DOrcRemoteTargetServer.h93 return handle<EmitTrampolineBlock>(Channel, *this, in handleKnownFunction()
DOrcRemoteTargetClient.h729 return callST<EmitTrampolineBlock>(Channel); in emitTrampolineBlock()