Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp883 std::vector<uint32_t> matching_indexes; in FindFirstSymbolWithNameAndType() local
888 matching_indexes)) { in FindFirstSymbolWithNameAndType()
889 std::vector<uint32_t>::const_iterator pos, end = matching_indexes.end(); in FindFirstSymbolWithNameAndType()
890 for (pos = matching_indexes.begin(); pos != end; ++pos) { in FindFirstSymbolWithNameAndType()