reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Target/DynamicLoader.h
  291   void UnloadSectionsCommon(const lldb::ModuleSP module);

References

tools/lldb/source/Core/DynamicLoader.cpp
  124   UnloadSectionsCommon(module);
tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
  220   UnloadSectionsCommon(module);
tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.cpp
   93     UnloadSectionsCommon(module_sp);