Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFixFunctionBitcasts.cpp154 CallInst *CallMain = nullptr; in runOnModule() local
182 CallMain = CallInst::Create(Casted, Args, "call_main"); in runOnModule()
183 Use *UseMain = &CallMain->getOperandUse(2); in runOnModule()
224 if (CallMain) { in runOnModule()
227 cast<Function>(CallMain->getCalledValue()->stripPointerCasts()); in runOnModule()
233 delete CallMain; in runOnModule()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.cpp25 FUNCNAME(CallMain); in getJITFuncIdName()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h203 class CallMain
204 : public rpc::Function<CallMain, int32_t(JITTargetAddress Addr,
DOrcRemoteTargetServer.h66 addHandler<exec::CallMain>(*this, &ThisT::handleCallMain); in OrcRemoteTargetServer()
DOrcRemoteTargetClient.h503 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()