LLDB mainline
lldb_private::SourceModule Struct Reference

Information needed to import a source-language module. More...

#include <SourceModule.h>

Public Attributes

std::vector< ConstStringpath
 Something like "Module.Submodule".
ConstString search_path
ConstString sysroot

Detailed Description

Information needed to import a source-language module.

Definition at line 18 of file SourceModule.h.

Member Data Documentation

◆ path

std::vector<ConstString> lldb_private::SourceModule::path

Something like "Module.Submodule".

Definition at line 20 of file SourceModule.h.

Referenced by lldb_private::plugin::dwarf::SymbolFileDWARF::ParseImportedModules().

◆ search_path

ConstString lldb_private::SourceModule::search_path

Definition at line 21 of file SourceModule.h.

◆ sysroot

ConstString lldb_private::SourceModule::sysroot

Definition at line 22 of file SourceModule.h.


The documentation for this struct was generated from the following file: