Home
last modified time | relevance | path

Searched refs:SetDYLDModule (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.h70 void SetDYLDModule(lldb::ModuleSP &dyld_module_sp);
H A DDynamicLoaderDarwin.cpp585 SetDYLDModule(dyld_sp); in UpdateSpecialBinariesFromNewImageInfos()
600 SetDYLDModule(dyld_sp); in UpdateDYLDImageInfoFromNewImageInfo()
605 void DynamicLoaderDarwin::SetDYLDModule(lldb::ModuleSP &dyld_module_sp) { in SetDYLDModule() function in DynamicLoaderDarwin
H A DDynamicLoaderMacOSXDYLD.cpp296 SetDYLDModule(dyld_module_sp); in ReadDYLDInfoFromMemoryAndSetNotificationCallback()