LLDB mainline
|
Information needed to import a source-language module. More...
#include <SourceModule.h>
Public Attributes | |
std::vector< ConstString > | path |
Something like "Module.Submodule". | |
ConstString | search_path |
ConstString | sysroot |
Information needed to import a source-language module.
Definition at line 18 of file SourceModule.h.
std::vector<ConstString> lldb_private::SourceModule::path |
Something like "Module.Submodule".
Definition at line 20 of file SourceModule.h.
Referenced by lldb_private::ClangExpressionParser::LLDBPreprocessorCallbacks::moduleImport(), and lldb_private::plugin::dwarf::SymbolFileDWARF::ParseImportedModules().
ConstString lldb_private::SourceModule::search_path |
Definition at line 21 of file SourceModule.h.
Referenced by lldb_private::plugin::dwarf::SymbolFileDWARF::ParseImportedModules().
ConstString lldb_private::SourceModule::sysroot |
Definition at line 22 of file SourceModule.h.
Referenced by lldb_private::plugin::dwarf::SymbolFileDWARF::ParseImportedModules().