Home
last modified time | relevance | path

Searched defs:notifyObjectLoaded (Results 1 – 10 of 10) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DJITEventListener.h56 virtual void notifyObjectLoaded(ObjectKey K, const object::ObjectFile &Obj, in notifyObjectLoaded() function
H A DRTDyldMemoryManager.h47 virtual void notifyObjectLoaded(ExecutionEngine *EE, in notifyObjectLoaded() function
H A DRuntimeDyld.h182 virtual void notifyObjectLoaded(RuntimeDyld &RTDyld, in notifyObjectLoaded() function
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp80 void OProfileJITEventListener::notifyObjectLoaded( in notifyObjectLoaded() function in __anon8bdf88600111::OProfileJITEventListener
/freebsd-src/contrib/llvm-project/llvm/tools/lli/
H A DForwardingMemoryManager.h69 void notifyObjectLoaded(RuntimeDyld &RTDyld, in notifyObjectLoaded() function
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DGDBRegistrationListener.cpp165 void GDBJITRegistrationListener::notifyObjectLoaded( in notifyObjectLoaded() function in __anon858c8bc90211::GDBJITRegistrationListener
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp188 void EPCGenericRTDyldMemoryManager::notifyObjectLoaded( in notifyObjectLoaded() function in llvm::orc::EPCGenericRTDyldMemoryManager
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp193 void IntelJITEventListener::notifyObjectLoaded( in notifyObjectLoaded() function in __anon23e0774d0111::IntelJITEventListener
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp229 void PerfJITEventListener::notifyObjectLoaded( in notifyObjectLoaded() function in __anon76325e0f0111::PerfJITEventListener
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp656 void MCJIT::notifyObjectLoaded(const object::ObjectFile &Obj, in notifyObjectLoaded() function in MCJIT