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

  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 114 void *MCJIT::recompileAndRelinkFunction(Function *F) {
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
Interpreter.h 118 /// recompileAndRelinkFunction - For the interpreter, functions are always
121 virtual void *recompileAndRelinkFunction(Function *F) {
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JIT.cpp 748 /// recompileAndRelinkFunction - This method is used to force a function
754 void *JIT::recompileAndRelinkFunction(Function *F) {

Completed in 155 milliseconds