LLDB mainline
Public Attributes | List of all members
lldb_private::SourceModule Struct Reference

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

#include <SourceModule.h>

Collaboration diagram for lldb_private::SourceModule:
Collaboration graph
[legend]

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

◆ search_path

ConstString lldb_private::SourceModule::search_path

Definition at line 21 of file SourceModule.h.

Referenced by SymbolFileDWARF::ParseImportedModules().

◆ sysroot

ConstString lldb_private::SourceModule::sysroot

Definition at line 22 of file SourceModule.h.

Referenced by SymbolFileDWARF::ParseImportedModules().


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