Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.h489 const lldb::user_id_t high_uid = uid & 0xffffffff00000000ull; in UserIDMatches() local
490 if (high_uid) in UserIDMatches()
491 return high_uid == GetID(); in UserIDMatches()