Searched refs:a_b_offsets (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.h103 uint64_t a_b_offsets = (uint64_t)a << 32 | (uint64_t)b; local
105 return die_offset_pairs.insert(a_b_offsets).second;

Completed in 67 milliseconds