Home
last modified time | relevance | path

Searched refs:runFunction (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.cpp80 GenericValue Interpreter::runFunction(Function *F, in runFunction() function in Interpreter
H A DInterpreter.h106 GenericValue runFunction(Function *F,
/openbsd-src/gnu/llvm/llvm/examples/HowToUseJIT/
H A DHowToUseJIT.cpp137 GenericValue gv = EE->runFunction(FooF, noargs); in main()
/openbsd-src/gnu/llvm/llvm/examples/Fibonacci/
H A Dfibonacci.cpp142 GenericValue GV = EE->runFunction(FibF, Args); in main()
/openbsd-src/gnu/llvm/llvm/examples/BrainF/
H A DBrainFDriver.cpp170 GenericValue gv = ee->runFunction(brainf_func, args); in main()
/openbsd-src/gnu/llvm/llvm/examples/ParallelJIT/
H A DParallelJIT.cpp253 GenericValue gv = p->EE->runFunction(p->F, Args); in callFunc()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h254 GenericValue runFunction(Function *F,
H A DMCJIT.cpp513 GenericValue MCJIT::runFunction(Function *F, ArrayRef<GenericValue> ArgValues) { in runFunction() function in MCJIT
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h225 virtual GenericValue runFunction(Function *F,
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp250 *Result = unwrap(EE)->runFunction(unwrap<Function>(F), ArgVec); in LLVMRunFunction()
H A DExecutionEngine.cpp398 runFunction(F, std::nullopt); in runStaticConstructorsDestructors()
467 return runFunction(Fn, GVArgs).IntVal.getZExtValue(); in runFunctionAsMain()
/openbsd-src/gnu/llvm/llvm/docs/
H A DDebuggingJITedCode.rst144 …frame #2: 0x0000000002a8306e lli`llvm::MCJIT::runFunction(this=0x000000000458ed10, F=0x00000000045…
H A DProgrammersManual.rst3082 ``ExecutionEngine::runFunction()`` concurrently, and multiple threads can run
/openbsd-src/gnu/llvm/llvm/tools/lli/
H A Dlli.cpp705 EE->runFunction(ExitF, Args); in main()