Searched refs:GetDYLDModule (Results 1 – 4 of 4) sorted by relevance
72 lldb::ModuleSP GetDYLDModule();
263 dyld_module_sp = GetDYLDModule(); in ReadDYLDInfoFromMemoryAndSetNotificationCallback()955 ModuleSP dyld_module_sp(GetDYLDModule()); in UpdateImageInfosHeaderAndLoadCommands()1009 ModuleSP dyld_module_sp = GetDYLDModule(); in SetNotificationBreakpoint()
348 ModuleSP dyld_sp(GetDYLDModule()); in SetNotificationBreakpoint()
220 ModuleSP dyld_sp(GetDYLDModule()); in UnloadAllImages()629 ModuleSP DynamicLoaderDarwin::GetDYLDModule() { in GetDYLDModule() function in DynamicLoaderDarwin