OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:freeMachineCodeForFunction
(Results
1 - 12
of
12
) sorted by null
/external/llvm/unittests/ExecutionEngine/JIT/
MultiJITTest.cpp
97
EE1->
freeMachineCodeForFunction
(FooF1);
98
EE2->
freeMachineCodeForFunction
(FooF2);
127
EE1->
freeMachineCodeForFunction
(FooF1);
128
EE2->
freeMachineCodeForFunction
(FooF2);
JITEventListenerTest.cpp
99
EE->
freeMachineCodeForFunction
(F1);
100
EE->
freeMachineCodeForFunction
(F2);
145
EE->
freeMachineCodeForFunction
(F1);
149
EE->
freeMachineCodeForFunction
(F2);
215
EE->
freeMachineCodeForFunction
(F);
JITEventListenerTestCommon.h
129
EE->
freeMachineCodeForFunction
(f);
146
EE->
freeMachineCodeForFunction
(f);
176
EE->
freeMachineCodeForFunction
(f);
202
EE->
freeMachineCodeForFunction
(f);
JITTest.cpp
265
JIT->
freeMachineCodeForFunction
(F1);
391
TheJIT->
freeMachineCodeForFunction
(Func1);
392
TheJIT->
freeMachineCodeForFunction
(Func2);
495
TheJIT->
freeMachineCodeForFunction
(F_get_foo_addr);
/external/llvm/examples/HowToUseJIT/
HowToUseJIT.cpp
129
EE->
freeMachineCodeForFunction
(FooF);
/external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h
70
virtual void
freeMachineCodeForFunction
(Function *F);
MCJIT.cpp
221
void MCJIT::
freeMachineCodeForFunction
(Function *F) {
/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);
JITEmitter.cpp
[
all
...]
/external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h
131
///
freeMachineCodeForFunction
- The interpreter does not generate any code.
133
void
freeMachineCodeForFunction
(Function *F) { }
/external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h
182
///
freeMachineCodeForFunction
and is probably unsafe and bad for performance.
186
///
freeMachineCodeForFunction
works.
361
///
freeMachineCodeForFunction
- Release memory in the ExecutionEngine
364
virtual void
freeMachineCodeForFunction
(Function *F) = 0;
606
/// to false. Allocating globals with code breaks
freeMachineCodeForFunction
/external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp
280
unwrap(EE)->
freeMachineCodeForFunction
(unwrap<Function>(F));
Completed in 468 milliseconds