/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.cpp | 77 GenericValue Interpreter::runFunction(Function *F, in runFunction() function in Interpreter
|
D | Interpreter.h | 127 GenericValue runFunction(Function *F,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.cpp | 80 GenericValue Interpreter::runFunction(Function *F, in runFunction() function in Interpreter
|
D | Interpreter.h | 107 GenericValue runFunction(Function *F,
|
/external/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.cpp | 80 GenericValue Interpreter::runFunction(Function *F, in runFunction() function in Interpreter
|
D | Interpreter.h | 106 GenericValue runFunction(Function *F,
|
/external/llvm-project/llvm/examples/HowToUseJIT/ |
D | HowToUseJIT.cpp | 131 GenericValue gv = EE->runFunction(FooF, noargs); in main()
|
/external/llvm/examples/HowToUseJIT/ |
D | HowToUseJIT.cpp | 133 GenericValue gv = EE->runFunction(FooF, noargs); in main()
|
/external/llvm-project/llvm/examples/Fibonacci/ |
D | fibonacci.cpp | 142 GenericValue GV = EE->runFunction(FibF, Args); in main()
|
/external/llvm/examples/Fibonacci/ |
D | fibonacci.cpp | 143 GenericValue GV = EE->runFunction(FibF, Args); in main()
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.cpp | 27 OrcMCJITReplacement::runFunction(Function *F, in runFunction() function in llvm::orc::OrcMCJITReplacement
|
/external/llvm/examples/BrainF/ |
D | BrainFDriver.cpp | 162 GenericValue gv = ee->runFunction(brainf_func, args); in main()
|
/external/llvm-project/llvm/examples/BrainF/ |
D | BrainFDriver.cpp | 170 GenericValue gv = ee->runFunction(brainf_func, args); in main()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.cpp | 26 OrcMCJITReplacement::runFunction(Function *F, in runFunction() function in llvm::orc::OrcMCJITReplacement
|
/external/llvm/examples/ParallelJIT/ |
D | ParallelJIT.cpp | 253 GenericValue gv = p->EE->runFunction(p->F, Args); in callFunc()
|
/external/llvm-project/llvm/examples/ParallelJIT/ |
D | ParallelJIT.cpp | 252 GenericValue gv = p->EE->runFunction(p->F, Args); in callFunc()
|
/external/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.h | 261 GenericValue runFunction(Function *F,
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.h | 263 GenericValue runFunction(Function *F,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.h | 262 GenericValue runFunction(Function *F,
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 226 virtual GenericValue runFunction(Function *F,
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 217 virtual GenericValue runFunction(Function *F,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 229 virtual GenericValue runFunction(Function *F,
|
/external/llvm-project/llvm/docs/ |
D | DebuggingJITedCode.rst | 124 …#5 0x0000000000d953b3 in llvm::MCJIT::runFunction (this=0x16151f0, F=0x1603020, ArgValues=...) at…
|
/external/llvm/docs/ |
D | DebuggingJITedCode.rst | 124 …#5 0x0000000000d953b3 in llvm::MCJIT::runFunction (this=0x16151f0, F=0x1603020, ArgValues=...) at…
|
/external/llvm-project/llvm/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 250 *Result = unwrap(EE)->runFunction(unwrap<Function>(F), ArgVec); in LLVMRunFunction()
|