Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Symbol/
DSymtab.cpp800 std::vector<uint32_t> matching_indexes; in FindFirstSymbolWithNameAndType() local
805 matching_indexes)) { in FindFirstSymbolWithNameAndType()
806 std::vector<uint32_t>::const_iterator pos, end = matching_indexes.end(); in FindFirstSymbolWithNameAndType()
807 for (pos = matching_indexes.begin(); pos != end; ++pos) { in FindFirstSymbolWithNameAndType()