Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompileUnit.h282 m_flags.Set(flagsParsedSupportFiles); in GetSupportFileList()
445 flagsParsedSupportFiles = (1u << 2), ///< Have we already parsed the support enumerator
/src/contrib/llvm-project/lldb/source/Symbol/
H A DCompileUnit.cpp416 if (m_flags.IsClear(flagsParsedSupportFiles)) { in GetSupportFiles()
417 m_flags.Set(flagsParsedSupportFiles); in GetSupportFiles()