Home
last modified time | relevance | path

Searched defs:runFunction (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.cpp80 GenericValue Interpreter::runFunction(Function *F, in runFunction() function in Interpreter
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.cpp26 OrcMCJITReplacement::runFunction(Function *F, in runFunction() function in llvm::orc::OrcMCJITReplacement
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp507 GenericValue MCJIT::runFunction(Function *F, ArrayRef<GenericValue> ArgValues) { in runFunction() function in MCJIT