Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DNameToDIE.cpp41 return m_map.GetValues (name.GetCString(), info_array); in Find()
47 return m_map.GetValues (regex, info_array); in Find()
/external/lldb/include/lldb/Core/
DUniqueCStringMap.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
/external/lldb/source/Symbol/
DSymtab.cpp641 return m_name_to_index.GetValues (symbol_cstr, indexes); in AppendSymbolIndexesWithName()
661 const size_t name_match_count = m_name_to_index.GetValues (symbol_cstr, all_name_indexes); in AppendSymbolIndexesWithName()