Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.h70 void SetDYLDModule(lldb::ModuleSP &dyld_module_sp);
H A DDynamicLoaderDarwin.cpp604 SetDYLDModule(dyld_sp); in UpdateSpecialBinariesFromNewImageInfos()
619 SetDYLDModule(dyld_sp); in UpdateDYLDImageInfoFromNewImageInfo()
624 void DynamicLoaderDarwin::SetDYLDModule(lldb::ModuleSP &dyld_module_sp) { in SetDYLDModule() function in DynamicLoaderDarwin
H A DDynamicLoaderMacOSXDYLD.cpp306 SetDYLDModule(dyld_module_sp); in ReadDYLDInfoFromMemoryAndSetNotificationCallback()