Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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,
/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h216 /// runFunction - Execute the specified function with the specified arguments,
220 /// "GetFunctionAddress" method (rather than runFunction) and cast the
225 virtual GenericValue runFunction(Function *F,
301 /// runFunctionAsMain - This is a helper function which wraps runFunction to
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp699 EE->runFunction(ExitF, Args); in main()