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

  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 68 virtual void *recompileAndRelinkFunction(Function *F);
MCJIT.cpp 217 void *MCJIT::recompileAndRelinkFunction(Function *F) {
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.h 162 /// recompileAndRelinkFunction - This method is used to force a function
168 void *recompileAndRelinkFunction(Function *F);
JIT.cpp 775 /// recompileAndRelinkFunction - This method is used to force a function
781 void *JIT::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/unittests/ExecutionEngine/JIT/
JITTest.cpp 512 // so recompileAndRelinkFunction doesn't work.
525 (intptr_t)TheJIT->recompileAndRelinkFunction(F));
537 (intptr_t)TheJIT->recompileAndRelinkFunction(F));
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 354 /// recompileAndRelinkFunction - This method is used to force a function which
359 virtual void *recompileAndRelinkFunction(Function *F) = 0;
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 319 return unwrap(EE)->recompileAndRelinkFunction(unwrap<Function>(Fn));

Completed in 321 milliseconds