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

  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
MCJIT.h 54 virtual void *recompileAndRelinkFunction(Function *F);
MCJIT.cpp 114 void *MCJIT::recompileAndRelinkFunction(Function *F) {
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JIT.h 162 /// recompileAndRelinkFunction - This method is used to force a function
168 void *recompileAndRelinkFunction(Function *F);
JIT.cpp 748 /// recompileAndRelinkFunction - This method is used to force a function
754 void *JIT::recompileAndRelinkFunction(Function *F) {
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 240 return unwrap(EE)->recompileAndRelinkFunction(unwrap<Function>(Fn));
  /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/include/llvm/ExecutionEngine/
ExecutionEngine.h 320 /// recompileAndRelinkFunction - This method is used to force a function which
325 virtual void *recompileAndRelinkFunction(Function *F) = 0;
  /external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
JITTest.cpp 546 // recompileAndRelinkFunction doesn't work.
559 (intptr_t)TheJIT->recompileAndRelinkFunction(F));
571 (intptr_t)TheJIT->recompileAndRelinkFunction(F));

Completed in 151 milliseconds