HomeSort by relevance Sort by last modified time
    Searched defs:runFunction (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.cpp 77 GenericValue Interpreter::runFunction(Function *F,
  /external/llvm/lib/ExecutionEngine/Orc/
OrcMCJITReplacement.cpp 27 OrcMCJITReplacement::runFunction(Function *F,
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
Interpreter.cpp 75 Interpreter::runFunction(Function *F,
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 122 GenericValue MCJIT::runFunction(Function *F,
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 493 GenericValue MCJIT::runFunction(Function *F, ArrayRef<GenericValue> ArgValues) {
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JIT.cpp 387 GenericValue JIT::runFunction(Function *F,
546 GenericValue Result = runFunction(Stub, std::vector<GenericValue>());

Completed in 86 milliseconds