Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
DMultiJITTest.cpp97 EE1->freeMachineCodeForFunction(FooF1); in TEST()
98 EE2->freeMachineCodeForFunction(FooF2); in TEST()
127 EE1->freeMachineCodeForFunction(FooF1); in TEST()
128 EE2->freeMachineCodeForFunction(FooF2); in TEST()
DJITEventListenerTest.cpp98 EE->freeMachineCodeForFunction(F1); in TEST_F()
99 EE->freeMachineCodeForFunction(F2); in TEST_F()
144 EE->freeMachineCodeForFunction(F1); in TEST_F()
148 EE->freeMachineCodeForFunction(F2); in TEST_F()
214 EE->freeMachineCodeForFunction(F); in TEST_F()
DJITTest.cpp276 JIT->freeMachineCodeForFunction(F1); in TEST()
404 TheJIT->freeMachineCodeForFunction(Func1); in TEST_F()
405 TheJIT->freeMachineCodeForFunction(Func2); in TEST_F()
529 TheJIT->freeMachineCodeForFunction(F_get_foo_addr); in TEST_F()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
DMCJIT.h56 virtual void freeMachineCodeForFunction(Function *F);
DMCJIT.cpp118 void MCJIT::freeMachineCodeForFunction(Function *F) { in freeMachineCodeForFunction() function in MCJIT
/external/swiftshader/third_party/LLVM/examples/HowToUseJIT/
DHowToUseJIT.cpp129 EE->freeMachineCodeForFunction(FooF); in main()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJIT.h173 void freeMachineCodeForFunction(Function *F);
DJITEmitter.cpp1301 void JIT::freeMachineCodeForFunction(Function *F) { in freeMachineCodeForFunction() function in JIT
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DInterpreter.h127 void freeMachineCodeForFunction(Function *F) { } in freeMachineCodeForFunction() function
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngineBindings.cpp202 unwrap(EE)->freeMachineCodeForFunction(unwrap<Function>(F)); in LLVMFreeMachineCodeForFunction()
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
DExecutionEngine.h330 virtual void freeMachineCodeForFunction(Function *F) = 0;