Searched refs:EnvP (Results 1 – 3 of 3) sorted by relevance
231 const char * const *EnvP) { in LLVMRunFunctionAsMain() argument235 return unwrap(EE)->runFunctionAsMain(unwrap<Function>(F), ArgVec, EnvP); in LLVMRunFunctionAsMain()
129 const char *const *EnvP);
1632 Value *EnvP = IRB.CreateBitCast(Env, getAddrPtrType(&M), "env.p"); in handleLongjmpableCallsForWasmSjLj() local1633 Value *Label = IRB.CreateCall(WasmSetjmpTestF, {EnvP, FunctionInvocationId}, in handleLongjmpableCallsForWasmSjLj()