Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DUniqueCStringMap.h124 size_t GetValues(ConstString unique_cstr, std::vector<T> &values) const { in GetValues() function
134 size_t GetValues(const RegularExpression &regex, in GetValues() function
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1341 if (!Names.GetValues(name, ids)) in FindFunctions()
1381 if (Names.GetValues(regex, ids)) { in FindFunctions()
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DSymtab.cpp641 const uint32_t count = name_to_index.GetValues(symbol_name, indexes); in GetNameIndexes()