Searched refs:recompileAndRelinkFunction (Results 1 - 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h54 virtual void *recompileAndRelinkFunction(Function *F);
H A DMCJIT.cpp114 void *MCJIT::recompileAndRelinkFunction(Function *F) { function in class:MCJIT
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
H A DJIT.h162 /// recompileAndRelinkFunction - This method is used to force a function
168 void *recompileAndRelinkFunction(Function *F);
H A DJIT.cpp748 /// recompileAndRelinkFunction - This method is used to force a function
754 void *JIT::recompileAndRelinkFunction(Function *F) { function in class:JIT
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp240 return unwrap(EE)->recompileAndRelinkFunction(unwrap<Function>(Fn));
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h118 /// recompileAndRelinkFunction - For the interpreter, functions are always
121 virtual void *recompileAndRelinkFunction(Function *F) { function in class:llvm::Interpreter
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
H A DExecutionEngine.h320 /// 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/
H A DJITTest.cpp546 // recompileAndRelinkFunction doesn't work.
559 (intptr_t)TheJIT->recompileAndRelinkFunction(F));
571 (intptr_t)TheJIT->recompileAndRelinkFunction(F));

Completed in 193 milliseconds