Home
last modified time | relevance | path

Searched refs:GetValues (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDNameToDIE.cpp40 return m_map.GetValues (name.GetCString(), info_array); in Find()
46 return m_map.GetValues (regex, info_array); in Find()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDUniqueCStringMap.h223 GetValues (const char *unique_cstr, std::vector<T> &values) const in GetValues() function
241 GetValues (const RegularExpression& regex, std::vector<T> &values) const in GetValues() function
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDSymtab.cpp667 return m_name_to_index.GetValues (symbol_cstr, indexes); in AppendSymbolIndexesWithName()
687 const size_t name_match_count = m_name_to_index.GetValues (symbol_cstr, all_name_indexes); in AppendSymbolIndexesWithName()