Lines Matching refs:DynamicLoaderMacOS

36 DynamicLoader *DynamicLoaderMacOS::CreateInstance(Process *process,  in CreateInstance()
73 return new DynamicLoaderMacOS(process); in CreateInstance()
78 DynamicLoaderMacOS::DynamicLoaderMacOS(Process *process) in DynamicLoaderMacOS() function in DynamicLoaderMacOS
85 DynamicLoaderMacOS::~DynamicLoaderMacOS() { in ~DynamicLoaderMacOS()
92 bool DynamicLoaderMacOS::ProcessDidExec() { in ProcessDidExec()
137 void DynamicLoaderMacOS::DoClear() { in DoClear()
150 bool DynamicLoaderMacOS::DidSetNotificationBreakpoint() { in DidSetNotificationBreakpoint()
154 void DynamicLoaderMacOS::ClearNotificationBreakpoint() { in ClearNotificationBreakpoint()
165 void DynamicLoaderMacOS::DoInitialImageFetch() { in DoInitialImageFetch()
197 bool DynamicLoaderMacOS::NeedToDoInitialImageFetch() { return true; } in NeedToDoInitialImageFetch()
203 bool DynamicLoaderMacOS::NotifyBreakpointHit(void *baton, in NotifyBreakpointHit()
214 DynamicLoaderMacOS *dyld_instance = (DynamicLoaderMacOS *)baton; in NotifyBreakpointHit()
358 void DynamicLoaderMacOS::AddBinaries( in AddBinaries()
386 void DynamicLoaderMacOS::PutToLog(Log *log) const { in PutToLog()
391 bool DynamicLoaderMacOS::SetNotificationBreakpoint() { in SetNotificationBreakpoint()
409 breakpoint->SetCallback(DynamicLoaderMacOS::NotifyBreakpointHit, this, in SetNotificationBreakpoint()
418 bool DynamicLoaderMacOS::SetDYLDHandoverBreakpoint( in SetDYLDHandoverBreakpoint()
423 dyld_handover_bp->SetCallback(DynamicLoaderMacOS::NotifyBreakpointHit, this, in SetDYLDHandoverBreakpoint()
432 void DynamicLoaderMacOS::ClearDYLDHandoverBreakpoint() { in ClearDYLDHandoverBreakpoint()
439 DynamicLoaderMacOS::GetDyldLockVariableAddressFromModule(Module *module) { in GetDyldLockVariableAddressFromModule()
465 Status DynamicLoaderMacOS::CanLoadImage() { in CanLoadImage()
521 bool DynamicLoaderMacOS::GetSharedCacheInformation( in GetSharedCacheInformation()
565 void DynamicLoaderMacOS::Initialize() { in Initialize()
570 void DynamicLoaderMacOS::Terminate() { in Terminate()
574 llvm::StringRef DynamicLoaderMacOS::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic()