Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A 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()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetRPCAPI.h208 class CallMain
209 : public shared::RPCFunction<CallMain,
H A DOrcRemoteTargetServer.h68 addHandler<exec::CallMain>(*this, &ThisT::handleCallMain); in OrcRemoteTargetServer()
H A DOrcRemoteTargetClient.h737 return callB<exec::CallMain>(Addr, Args); in callMain()