Home
last modified time | relevance | path

Searched refs:value_b (Results 1 – 1 of 1) sorted by last modified time

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp590 addr_t value_b = addr_cache[index_b]; in operator ()() local
591 if (value_b == LLDB_INVALID_ADDRESS) { in operator ()()
592 value_b = symbols[index_b].GetAddressRef().GetFileAddress(); in operator ()()
593 addr_cache[index_b] = value_b; in operator ()()
596 if (value_a == value_b) { in operator ()()
605 } else if (value_a < value_b) in operator ()()