Searched refs:NotifyObjectEmitted (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/ExecutionEngine/OProfileJIT/ |
D | OProfileJITEventListener.cpp | 51 void NotifyObjectEmitted(const ObjectFile &Obj, 78 void OProfileJITEventListener::NotifyObjectEmitted( in NotifyObjectEmitted() function in __anoncd1cd7170111::OProfileJITEventListener
|
/external/llvm/lib/ExecutionEngine/ |
D | GDBRegistrationListener.cpp | 111 void NotifyObjectEmitted(const ObjectFile &Object, 159 void GDBJITRegistrationListener::NotifyObjectEmitted( in NotifyObjectEmitted() function in __anon63b5a5200211::GDBJITRegistrationListener
|
/external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | IntelJITEventListener.cpp | 59 void NotifyObjectEmitted(const ObjectFile &Obj, 98 void IntelJITEventListener::NotifyObjectEmitted( in NotifyObjectEmitted() function in __anon651dc6040111::IntelJITEventListener
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | JITEventListener.h | 74 virtual void NotifyObjectEmitted(const object::ObjectFile &Obj, in NotifyObjectEmitted() function
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.cpp | 126 NotifyObjectEmitted(*Obj, *L); in addObjectFile() 227 NotifyObjectEmitted(*LoadedObject.get(), *L); in generateCodeForModule() 632 void MCJIT::NotifyObjectEmitted(const object::ObjectFile& Obj, in NotifyObjectEmitted() function in MCJIT 637 EventListeners[I]->NotifyObjectEmitted(Obj, L); in NotifyObjectEmitted()
|
D | MCJIT.h | 329 void NotifyObjectEmitted(const object::ObjectFile& Obj,
|
/external/swiftshader/src/Reactor/ |
D | LLVMReactorDebugInfo.hpp | 95 …static void NotifyObjectEmitted(uint64_t key, const llvm::object::ObjectFile &obj, const llvm::Loa…
|
D | LLVMReactorDebugInfo.cpp | 391 void DebugInfo::NotifyObjectEmitted(uint64_t key, const llvm::object::ObjectFile &obj, const llvm::… in NotifyObjectEmitted() function in rr::DebugInfo
|
D | LLVMJIT.cpp | 718 rr::DebugInfo::NotifyObjectEmitted(unique_key++, obj, l); in __anon29c604b40a02()
|