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

  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 217 void *MCJIT::recompileAndRelinkFunction(Function *F) {
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 124 /// recompileAndRelinkFunction - For the interpreter, functions are always
127 virtual void *recompileAndRelinkFunction(Function *F) {
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 775 /// recompileAndRelinkFunction - This method is used to force a function
781 void *JIT::recompileAndRelinkFunction(Function *F) {

Completed in 145 milliseconds