OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotifyFreeingMachineCode
(Results
1 - 6
of
6
) sorted by null
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
JITEventListener.h
66
///
NotifyFreeingMachineCode
- Called from freeMachineCodeForFunction(), after
73
/// matching
NotifyFreeingMachineCode
call.
74
virtual void
NotifyFreeingMachineCode
(void *OldPtr) {}
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
OProfileJITEventListener.cpp
49
virtual void
NotifyFreeingMachineCode
(void *OldPtr);
165
void OProfileJITEventListener::
NotifyFreeingMachineCode
(void *FnStart) {
JIT.h
203
void
NotifyFreeingMachineCode
(void *OldPtr);
JIT.cpp
580
void JIT::
NotifyFreeingMachineCode
(void *OldPtr) {
583
EventListeners[I]->
NotifyFreeingMachineCode
(OldPtr);
JITEmitter.cpp
[
all
...]
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
JITEventListenerTest.cpp
59
virtual void
NotifyFreeingMachineCode
(void *OldPtr) {
Completed in 254 milliseconds