Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFixFunctionBitcasts.cpp241 CallInst *CallMain = nullptr; in runOnModule() local
267 CallMain = CallInst::Create(MainTy, Casted, Args, "call_main"); in runOnModule()
268 Use *UseMain = &CallMain->getOperandUse(2); in runOnModule()
304 if (CallMain) { in runOnModule()
307 cast<Function>(CallMain->getCalledValue()->stripPointerCasts()); in runOnModule()
308 delete CallMain; in runOnModule()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyFixFunctionBitcasts.cpp240 CallInst *CallMain = nullptr; in runOnModule() local
270 CallMain = CallInst::Create(MainTy, Casted, Args, "call_main"); in runOnModule()
271 Use *UseMain = &CallMain->getOperandUse(2); in runOnModule()
307 if (CallMain) { in runOnModule()
310 cast<Function>(CallMain->getCalledOperand()->stripPointerCasts()); in runOnModule()
311 delete CallMain; in runOnModule()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.cpp25 FUNCNAME(CallMain); in getJITFuncIdName()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h208 class CallMain
209 : public rpc::Function<CallMain, int32_t(JITTargetAddress Addr,
DOrcRemoteTargetServer.h67 addHandler<exec::CallMain>(*this, &ThisT::handleCallMain); in OrcRemoteTargetServer()
DOrcRemoteTargetClient.h736 return callB<exec::CallMain>(Addr, Args); in callMain()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h201 class CallMain
202 : public rpc::Function<CallMain, int32_t(JITTargetAddress Addr,
DOrcRemoteTargetServer.h65 addHandler<exec::CallMain>(*this, &ThisT::handleCallMain); in OrcRemoteTargetServer()
DOrcRemoteTargetClient.h527 return callB<exec::CallMain>(Addr, Args); in callMain()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h127 CallMain; typedef
DOrcRemoteTargetServer.h68 return handle<CallMain>(Channel, *this, &ThisT::handleCallMain); in handleKnownFunction()
DOrcRemoteTargetClient.h619 return callSTHandling<CallMain>(Channel, Listen, Addr, Args); in callMain()