Home
last modified time | relevance | path

Searched refs:NotifyObjectEmitted (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp51 void NotifyObjectEmitted(const ObjectFile &Obj,
78 void OProfileJITEventListener::NotifyObjectEmitted( in NotifyObjectEmitted() function in __anoncd1cd7170111::OProfileJITEventListener
/external/llvm/lib/ExecutionEngine/
DGDBRegistrationListener.cpp111 void NotifyObjectEmitted(const ObjectFile &Object,
159 void GDBJITRegistrationListener::NotifyObjectEmitted( in NotifyObjectEmitted() function in __anon63b5a5200211::GDBJITRegistrationListener
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp59 void NotifyObjectEmitted(const ObjectFile &Obj,
98 void IntelJITEventListener::NotifyObjectEmitted( in NotifyObjectEmitted() function in __anon651dc6040111::IntelJITEventListener
/external/llvm/include/llvm/ExecutionEngine/
DJITEventListener.h74 virtual void NotifyObjectEmitted(const object::ObjectFile &Obj, in NotifyObjectEmitted() function
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp126 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()
DMCJIT.h329 void NotifyObjectEmitted(const object::ObjectFile& Obj,
/external/swiftshader/src/Reactor/
DLLVMReactorDebugInfo.hpp95 …static void NotifyObjectEmitted(uint64_t key, const llvm::object::ObjectFile &obj, const llvm::Loa…
DLLVMReactorDebugInfo.cpp391 void DebugInfo::NotifyObjectEmitted(uint64_t key, const llvm::object::ObjectFile &obj, const llvm::… in NotifyObjectEmitted() function in rr::DebugInfo
DLLVMJIT.cpp718 rr::DebugInfo::NotifyObjectEmitted(unique_key++, obj, l); in __anon29c604b40a02()