Searched refs:runFunction (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
| H A D | Interpreter.cpp | 80 GenericValue Interpreter::runFunction(Function *F, in runFunction() function in Interpreter
|
| H A D | Interpreter.h | 106 GenericValue runFunction(Function *F,
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
| H A D | MCJIT.h | 254 GenericValue runFunction(Function *F,
|
| H A D | MCJIT.cpp | 513 GenericValue MCJIT::runFunction(Function *F, ArrayRef<GenericValue> ArgValues) { in runFunction() function in MCJIT
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
| H A D | ExecutionEngine.h | 216 /// 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 D | ExecutionEngineBindings.cpp | 250 *Result = unwrap(EE)->runFunction(unwrap<Function>(F), ArgVec); in LLVMRunFunction()
|
| H A D | ExecutionEngine.cpp | 398 runFunction(F, std::nullopt); in runStaticConstructorsDestructors() 467 return runFunction(Fn, GVArgs).IntVal.getZExtValue(); in runFunctionAsMain()
|
| /freebsd/contrib/llvm-project/llvm/tools/lli/ |
| H A D | lli.cpp | 699 EE->runFunction(ExitF, Args); in main()
|