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

/freebsd-10.2-release/contrib/llvm/lib/ExecutionEngine/JIT/
H A DJIT.h66 /// should be set to true. Doing so breaks freeMachineCodeForFunction.
170 /// freeMachineCodeForFunction - deallocate memory used to code-generate this
173 void freeMachineCodeForFunction(Function *F);
H A DJITEmitter.cpp1242 /// freeMachineCodeForFunction - release machine code memory for given Function.
1244 void JIT::freeMachineCodeForFunction(Function *F) {
/freebsd-10.2-release/contrib/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
/freebsd-10.2-release/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h267 virtual void freeMachineCodeForFunction(Function *F);
H A DMCJIT.cpp338 void MCJIT::freeMachineCodeForFunction(Function *F) { function in class:MCJIT
/freebsd-10.2-release/contrib/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h172 /// freeMachineCodeForFunction and is probably unsafe and bad for performance.
176 /// freeMachineCodeForFunction works.
405 /// freeMachineCodeForFunction - Release memory in the ExecutionEngine
408 virtual void freeMachineCodeForFunction(Function *F) = 0;
618 /// to false. Allocating globals with code breaks freeMachineCodeForFunction
/freebsd-10.2-release/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp280 unwrap(EE)->freeMachineCodeForFunction(unwrap<Function>(F));

Completed in 71 milliseconds