Searched refs:GetDYLDModule (Results 1 – 4 of 4) sorted by relevance
72 lldb::ModuleSP GetDYLDModule();
264 dyld_module_sp = GetDYLDModule(); in ReadDYLDInfoFromMemoryAndSetNotificationCallback()961 ModuleSP dyld_module_sp(GetDYLDModule()); in UpdateImageInfosHeaderAndLoadCommands()1015 ModuleSP dyld_module_sp = GetDYLDModule(); in SetNotificationBreakpoint()
393 ModuleSP dyld_sp(GetDYLDModule()); in SetNotificationBreakpoint()
220 ModuleSP dyld_sp(GetDYLDModule()); in UnloadAllImages()609 ModuleSP DynamicLoaderDarwin::GetDYLDModule() { in GetDYLDModule() function in DynamicLoaderDarwin