Home
last modified time | relevance | path

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

/external/lldb/source/Symbol/
DCompileUnit.cpp28 m_support_files (), in CompileUnit()
45 m_support_files (), in CompileUnit()
441 if (m_support_files.GetSize() == 0) in GetSupportFiles()
451 symbol_vendor->ParseCompileUnitSupportFiles(sc, m_support_files); in GetSupportFiles()
455 return m_support_files; in GetSupportFiles()
/external/lldb/include/lldb/Symbol/
DCompileUnit.h403 …FileSpecList m_support_files; ///< Files associated with this compile unit's line table and declar… variable