Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompileUnit.h284 m_flags.Set(flagsParsedSupportFiles); in GetSupportFileList()
452 flagsParsedSupportFiles = (1u << 2), ///< Have we already parsed the support enumerator
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompileUnit.cpp530 if (m_flags.IsClear(flagsParsedSupportFiles)) { in GetSupportFiles()
531 m_flags.Set(flagsParsedSupportFiles); in GetSupportFiles()