Home
last modified time | relevance | path

Searched refs:freeMachineCodeForFunction (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/contrib/llvm/lib/ExecutionEngine/JIT/
DJIT.h173 void freeMachineCodeForFunction(Function *F);
DJITEmitter.cpp1244 void JIT::freeMachineCodeForFunction(Function *F) { in freeMachineCodeForFunction() function in JIT
/freebsd-9-stable/contrib/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h267 virtual void freeMachineCodeForFunction(Function *F);
DMCJIT.cpp338 void MCJIT::freeMachineCodeForFunction(Function *F) { in freeMachineCodeForFunction() function in MCJIT
/freebsd-9-stable/contrib/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h133 void freeMachineCodeForFunction(Function *F) { } in freeMachineCodeForFunction() function
/freebsd-9-stable/contrib/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h408 virtual void freeMachineCodeForFunction(Function *F) = 0;
/freebsd-9-stable/contrib/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp280 unwrap(EE)->freeMachineCodeForFunction(unwrap<Function>(F)); in LLVMFreeMachineCodeForFunction()