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

  /external/llvm/unittests/ExecutionEngine/JIT/
MultiJITTest.cpp 98 EE1->freeMachineCodeForFunction(FooF1);
99 EE2->freeMachineCodeForFunction(FooF2);
128 EE1->freeMachineCodeForFunction(FooF1);
129 EE2->freeMachineCodeForFunction(FooF2);
JITEventListenerTest.cpp 96 EE->freeMachineCodeForFunction(F1);
97 EE->freeMachineCodeForFunction(F2);
142 EE->freeMachineCodeForFunction(F1);
146 EE->freeMachineCodeForFunction(F2);
212 EE->freeMachineCodeForFunction(F);
JITEventListenerTestCommon.h 129 EE->freeMachineCodeForFunction(f);
146 EE->freeMachineCodeForFunction(f);
176 EE->freeMachineCodeForFunction(f);
202 EE->freeMachineCodeForFunction(f);
JITTest.cpp 270 JIT->freeMachineCodeForFunction(F1);
396 TheJIT->freeMachineCodeForFunction(Func1);
397 TheJIT->freeMachineCodeForFunction(Func2);
500 TheJIT->freeMachineCodeForFunction(F_get_foo_addr);
  /external/llvm/examples/HowToUseJIT/
HowToUseJIT.cpp 129 EE->freeMachineCodeForFunction(FooF);
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.h 66 /// should be set to true. Doing so breaks freeMachineCodeForFunction.
170 /// freeMachineCodeForFunction - deallocate memory used to code-generate this
173 void freeMachineCodeForFunction(Function *F) override;
JITEmitter.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 131 /// freeMachineCodeForFunction - The interpreter does not generate any code.
133 void freeMachineCodeForFunction(Function *F) override { }
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 285 void freeMachineCodeForFunction(Function *F) override;
MCJIT.cpp 389 void MCJIT::freeMachineCodeForFunction(Function *F) {
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 180 /// freeMachineCodeForFunction and is probably unsafe and bad for performance.
184 /// freeMachineCodeForFunction works.
437 /// freeMachineCodeForFunction - Release memory in the ExecutionEngine
440 virtual void freeMachineCodeForFunction(Function *F) = 0;
669 /// to false. Allocating globals with code breaks freeMachineCodeForFunction
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 278 unwrap(EE)->freeMachineCodeForFunction(unwrap<Function>(F));

Completed in 474 milliseconds