Home
last modified time | relevance | path

Searched refs:EnvP (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DExecutionEngine.h120 const char * const *EnvP);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp232 const char * const *EnvP) { in LLVMRunFunctionAsMain() argument
236 return unwrap(EE)->runFunctionAsMain(unwrap<Function>(F), ArgVec, EnvP); in LLVMRunFunctionAsMain()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1627 Value *EnvP = IRB.CreateBitCast(Env, getAddrPtrType(&M), "env.p"); in handleLongjmpableCallsForWasmSjLj() local
1628 Value *Label = IRB.CreateCall(WasmSetjmpTestF, {EnvP, FunctionInvocationId}, in handleLongjmpableCallsForWasmSjLj()