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

  /external/llvm/include/llvm/ExecutionEngine/
JITEventListener.h 70 /// OldPtr is the address of the machine code and will be the same as the Code
74 virtual void NotifyFreeingMachineCode(void *OldPtr) {}
  /external/llvm/unittests/ExecutionEngine/JIT/
JITEventListenerTest.cpp 59 virtual void NotifyFreeingMachineCode(void *OldPtr) {
60 FunctionFreedEvent Event = {NextIndex++, OldPtr};
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.h 203 void NotifyFreeingMachineCode(void *OldPtr);
OProfileJITEventListener.cpp 49 virtual void NotifyFreeingMachineCode(void *OldPtr);
JIT.cpp 580 void JIT::NotifyFreeingMachineCode(void *OldPtr) {
583 EventListeners[I]->NotifyFreeingMachineCode(OldPtr);
  /external/clang/lib/Lex/
Lexer.cpp     [all...]

Completed in 265 milliseconds