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
86 DynamicLoaderMacOS::~DynamicLoaderMacOS() { in ~DynamicLoaderMacOS()
93 bool DynamicLoaderMacOS::ProcessDidExec() { in ProcessDidExec()
139 void DynamicLoaderMacOS::DoClear() { in DoClear()
152 bool DynamicLoaderMacOS::IsFullyInitialized() { in IsFullyInitialized()
179 bool DynamicLoaderMacOS::DidSetNotificationBreakpoint() { in DidSetNotificationBreakpoint()
183 void DynamicLoaderMacOS::ClearNotificationBreakpoint() { in ClearNotificationBreakpoint()
194 void DynamicLoaderMacOS::DoInitialImageFetch() { in DoInitialImageFetch()
226 bool DynamicLoaderMacOS::NeedToDoInitialImageFetch() { return true; } in NeedToDoInitialImageFetch()
232 bool DynamicLoaderMacOS::NotifyBreakpointHit(void *baton, in NotifyBreakpointHit()
243 DynamicLoaderMacOS *dyld_instance = (DynamicLoaderMacOS *)baton; in NotifyBreakpointHit()
387 void DynamicLoaderMacOS::AddBinaries( in AddBinaries()
415 void DynamicLoaderMacOS::PutToLog(Log *log) const { in PutToLog()
420 bool DynamicLoaderMacOS::SetNotificationBreakpoint() { in SetNotificationBreakpoint()
438 breakpoint->SetCallback(DynamicLoaderMacOS::NotifyBreakpointHit, this, in SetNotificationBreakpoint()
447 bool DynamicLoaderMacOS::SetDYLDHandoverBreakpoint( in SetDYLDHandoverBreakpoint()
452 dyld_handover_bp->SetCallback(DynamicLoaderMacOS::NotifyBreakpointHit, this, in SetDYLDHandoverBreakpoint()
461 void DynamicLoaderMacOS::ClearDYLDHandoverBreakpoint() { in ClearDYLDHandoverBreakpoint()
468 DynamicLoaderMacOS::GetDyldLockVariableAddressFromModule(Module *module) { in GetDyldLockVariableAddressFromModule()
494 Status DynamicLoaderMacOS::CanLoadImage() { in CanLoadImage()
550 bool DynamicLoaderMacOS::GetSharedCacheInformation( in GetSharedCacheInformation()
594 void DynamicLoaderMacOS::Initialize() { in Initialize()
599 void DynamicLoaderMacOS::Terminate() { in Terminate()
603 llvm::StringRef DynamicLoaderMacOS::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic()