Searched defs:freeMachineCodeForFunction (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp148 void MCJIT::freeMachineCodeForFunction(Function *F) { function in class:MCJIT
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h131 /// freeMachineCodeForFunction - The interpreter does not generate any code.
133 void freeMachineCodeForFunction(Function *F) { } function in class:llvm::Interpreter

Completed in 52 milliseconds