Searched refs:GetDYLDModule (Results 1 – 4 of 4) sorted by relevance
72 lldb::ModuleSP GetDYLDModule();
264 dyld_module_sp = GetDYLDModule(); in ReadDYLDInfoFromMemoryAndSetNotificationCallback()971 ModuleSP dyld_module_sp(GetDYLDModule()); in UpdateImageInfosHeaderAndLoadCommands()1025 ModuleSP dyld_module_sp = GetDYLDModule(); in SetNotificationBreakpoint()
422 ModuleSP dyld_sp(GetDYLDModule()); in SetNotificationBreakpoint()
220 ModuleSP dyld_sp(GetDYLDModule()); in UnloadAllImages()628 ModuleSP DynamicLoaderDarwin::GetDYLDModule() { in GetDYLDModule() function in DynamicLoaderDarwin