Lines Matching refs:UID
83 struct UID { struct
87 bool operator<(const UID& other) const { argument
219 std::map<UID, std::shared_ptr<Symfile>> entries; in ReadAllEntries()
235 bool ReadNewEntries(Maps* maps, std::map<UID, std::shared_ptr<Symfile>>* entries, bool* race) { in ReadNewEntries() argument
237 UID uid; in ReadNewEntries()
281 UID next_uid; in ReadNewEntries()
304 bool ReadNextField(uint64_t next_field_addr, UID* uid, bool* race) { in ReadNextField()
316 *uid = UID{.address = address[0], .seqlock = 0}; in ReadNextField()
333 *uid = UID{.address = address[1], .seqlock = seqlock[1]}; in ReadNextField()
338 bool CheckSeqlock(UID uid, bool* race = nullptr) {
374 std::map<UID, std::shared_ptr<Symfile>> entries_; // Cached loaded entries.