Home
last modified time | relevance | path

Searched refs:m_symfile_spec (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DModule.h528 const FileSpec &GetSymbolFileFileSpec() const { return m_symfile_spec; } in GetSymbolFileFileSpec()
1053 FileSpec m_symfile_spec; ///< If this path is valid, then this is the file variable
/openbsd/src/gnu/llvm/lldb/source/Core/
DModule.cpp218 m_symfile_spec = module_spec.GetSymbolFileSpec(); in Module()
220 m_symfile_spec = matching_module_spec.GetSymbolFileSpec(); in Module()
1292 if (!m_symfile_spec) in GetUnwindTable()
1446 m_symfile_spec = file; in SetSymbolFileFileSpec()