Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Symbol/
DCompileUnit.cpp176 m_support_files = support_files; in SetSupportFiles()
361 if (m_support_files.GetSize() == 0) { in GetSupportFiles()
365 symfile->ParseSupportFiles(*this, m_support_files); in GetSupportFiles()
368 return m_support_files; in GetSupportFiles()
/external/llvm-project/lldb/include/lldb/Symbol/
DCompileUnit.h422 FileSpecList m_support_files; variable