Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h483 const FileSpec &GetSymbolFileFileSpec() const { return m_symfile_spec; } in GetSymbolFileFileSpec()
1018 FileSpec m_symfile_spec; ///< If this path is valid, then this is the file variable
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp219 m_symfile_spec = module_spec.GetSymbolFileSpec(); in Module()
221 m_symfile_spec = matching_module_spec.GetSymbolFileSpec(); in Module()
1235 if (!m_symfile_spec) in GetUnwindTable()
1383 m_symfile_spec = file; in SetSymbolFileFileSpec()