Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DSearchFilter.h244 enum OptionNames { ModList = 0, CUList, LanguageName, LastOptionName }; enumerator
/external/llvm-project/lldb/source/Core/
DSearchFilter.cpp677 data_dict.GetValueForKeyAsArray(GetKey(OptionNames::CUList), cus_array); in CreateFromStructuredData()
704 SerializeFileSpecList(options_dict_sp, OptionNames::CUList, m_cu_spec_list); in SerializeToStructuredData()