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

References

tools/lldb/include/lldb/Core/ModuleChild.h
   56   lldb::ModuleWP m_module_wp; ///< The Module that owns the object that inherits
tools/lldb/include/lldb/Expression/DWARFExpression.h
  283   lldb::ModuleWP m_module_wp;
tools/lldb/include/lldb/Expression/FunctionCaller.h
  308   lldb::ModuleWP m_jit_module_wp;
tools/lldb/include/lldb/Expression/LLVMUserExpression.h
  105   lldb::ModuleWP m_jit_module_wp;
tools/lldb/include/lldb/Expression/UtilityFunction.h
  111   lldb::ModuleWP m_jit_module_wp;
tools/lldb/include/lldb/Symbol/Type.h
  300   lldb::ModuleWP m_module_wp;
tools/lldb/include/lldb/Target/ModuleCache.h
   69   std::unordered_map<std::string, lldb::ModuleWP> m_loaded_modules;
tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.h
   68   std::map<lldb::ModuleWP, lldb::addr_t, std::owner_less<lldb::ModuleWP>>
   68   std::map<lldb::ModuleWP, lldb::addr_t, std::owner_less<lldb::ModuleWP>>
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.h
  228   lldb::ModuleWP m_dyld_module_wp; // the dyld whose file type (mac, ios, etc)
  230   lldb::ModuleWP m_libpthread_module_wp;
tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.h
   85   std::map<lldb::ModuleWP, lldb::addr_t, std::owner_less<lldb::ModuleWP>>
   85   std::map<lldb::ModuleWP, lldb::addr_t, std::owner_less<lldb::ModuleWP>>
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.h
  123   lldb::ModuleWP m_objc_module_wp;
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.h
  152     lldb::ModuleWP m_objc_module_wp;
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
  457   lldb::ModuleWP m_debug_map_module_wp;
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
  218   ModuleWP m_exe_module_wp;
tools/lldb/source/Symbol/Type.cpp
  852     lldb::ModuleWP empty_module_wp;