Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DNameToDIE.cpp34 return m_map.GetValues(name, info_array); in Find()
39 return m_map.GetValues(regex, info_array); in Find()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DUniqueCStringMap.h162 size_t GetValues(ConstString unique_cstr, std::vector<T> &values) const { in GetValues() function
178 size_t GetValues(const RegularExpression &regex, in GetValues() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DSymtab.cpp639 return m_name_to_index.GetValues(symbol_name, indexes); in AppendSymbolIndexesWithName()
659 m_name_to_index.GetValues(symbol_name, all_name_indexes); in AppendSymbolIndexesWithName()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1262 if (!Names.GetValues(name, ids)) in FindFunctions()
1308 if (Names.GetValues(regex, ids)) { in FindFunctions()