Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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,
/netbsd-src/external/apache2/llvm/dist/llvm/examples/HowToUseJIT/
H A DHowToUseJIT.cpp133 GenericValue gv = EE->runFunction(FooF, noargs); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Fibonacci/
H A Dfibonacci.cpp142 GenericValue GV = EE->runFunction(FibF, Args); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/BrainF/
H A DBrainFDriver.cpp170 GenericValue gv = ee->runFunction(brainf_func, args); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/ParallelJIT/
H A DParallelJIT.cpp253 GenericValue gv = p->EE->runFunction(p->F, Args); in callFunc()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h261 GenericValue runFunction(Function *F,
H A DMCJIT.cpp513 GenericValue MCJIT::runFunction(Function *F, ArrayRef<GenericValue> ArgValues) { in runFunction() function in MCJIT
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h226 virtual GenericValue runFunction(Function *F,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp250 *Result = unwrap(EE)->runFunction(unwrap<Function>(F), ArgVec); in LLVMRunFunction()
H A DExecutionEngine.cpp398 runFunction(F, None); in runStaticConstructorsDestructors()
467 return runFunction(Fn, GVArgs).IntVal.getZExtValue(); in runFunctionAsMain()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DDebuggingJITedCode.rst144 …frame #2: 0x0000000002a8306e lli`llvm::MCJIT::runFunction(this=0x000000000458ed10, F=0x00000000045…
H A DProgrammersManual.rst3073 ``ExecutionEngine::runFunction()`` concurrently, and multiple threads can run
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/
H A Dlli.cpp700 EE->runFunction(ExitF, Args); in main()