Home
last modified time | relevance | path

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

/external/llvm/unittests/ExecutionEngine/JIT/
DMultiJITTest.cpp98 EE1->freeMachineCodeForFunction(FooF1); in TEST()
99 EE2->freeMachineCodeForFunction(FooF2); in TEST()
128 EE1->freeMachineCodeForFunction(FooF1); in TEST()
129 EE2->freeMachineCodeForFunction(FooF2); in TEST()
DJITEventListenerTest.cpp96 EE->freeMachineCodeForFunction(F1); in TEST_F()
97 EE->freeMachineCodeForFunction(F2); in TEST_F()
142 EE->freeMachineCodeForFunction(F1); in TEST_F()
146 EE->freeMachineCodeForFunction(F2); in TEST_F()
212 EE->freeMachineCodeForFunction(F); in TEST_F()
DJITEventListenerTestCommon.h129 EE->freeMachineCodeForFunction(f); in TestNoDebugInfo()
146 EE->freeMachineCodeForFunction(f); in TestSingleLine()
176 EE->freeMachineCodeForFunction(f); in TestMultipleLines()
202 EE->freeMachineCodeForFunction(f); in TestMultipleFiles()
DJITTest.cpp270 JIT->freeMachineCodeForFunction(F1); in TEST()
396 TheJIT->freeMachineCodeForFunction(Func1); in TEST_F()
397 TheJIT->freeMachineCodeForFunction(Func2); in TEST_F()
500 TheJIT->freeMachineCodeForFunction(F_get_foo_addr); in TEST_F()
/external/llvm/examples/HowToUseJIT/
DHowToUseJIT.cpp129 EE->freeMachineCodeForFunction(FooF); in main()
/external/llvm/lib/ExecutionEngine/JIT/
DJIT.h173 void freeMachineCodeForFunction(Function *F) override;
DJITEmitter.cpp1249 void JIT::freeMachineCodeForFunction(Function *F) { in freeMachineCodeForFunction() function in JIT
/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h133 void freeMachineCodeForFunction(Function *F) override { } in freeMachineCodeForFunction() function
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h285 void freeMachineCodeForFunction(Function *F) override;
DMCJIT.cpp389 void MCJIT::freeMachineCodeForFunction(Function *F) { in freeMachineCodeForFunction() function in MCJIT
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h440 virtual void freeMachineCodeForFunction(Function *F) = 0;
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp278 unwrap(EE)->freeMachineCodeForFunction(unwrap<Function>(F)); in LLVMFreeMachineCodeForFunction()