Home
last modified time | relevance | path

Searched refs:GetDYLDModule (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.h72 lldb::ModuleSP GetDYLDModule();
H A DDynamicLoaderMacOSXDYLD.cpp264 dyld_module_sp = GetDYLDModule(); in ReadDYLDInfoFromMemoryAndSetNotificationCallback()
971 ModuleSP dyld_module_sp(GetDYLDModule()); in UpdateImageInfosHeaderAndLoadCommands()
1025 ModuleSP dyld_module_sp = GetDYLDModule(); in SetNotificationBreakpoint()
H A DDynamicLoaderMacOS.cpp422 ModuleSP dyld_sp(GetDYLDModule()); in SetNotificationBreakpoint()
H A DDynamicLoaderDarwin.cpp220 ModuleSP dyld_sp(GetDYLDModule()); in UnloadAllImages()
628 ModuleSP DynamicLoaderDarwin::GetDYLDModule() { in GetDYLDModule() function in DynamicLoaderDarwin