Searched defs:Tombstone (Results 1 – 11 of 11) sorted by relevance
100 uint64_t Tombstone = dwarf::computeTombstoneAddress(AddressByteSize); in getAbsoluteRanges() local202 uint64_t Tombstone = dwarf::computeTombstoneAddress(AddrSize); in dump() local
92 uint64_t Tombstone = dwarf::computeTombstoneAddress(AddressSize) - 1; in getAbsoluteRanges() local
346 uint64_t Tombstone = dwarf::computeTombstoneAddress(U->getAddressByteSize()); in getHighPC() local
958 uint64_t Tombstone = in parse() local
39 TombstoneKind Tombstone = TombstoneKind::Universal; member
197 uint16_t Version, TombstoneKind Tombstone, in isDeadAddressRange()214 bool isDeadAddress(uint64_t LowPC, uint16_t Version, TombstoneKind Tombstone, in isDeadAddress()
110 Options.Tombstone = TombstoneKind::Universal; in validateAndSetOptions() local
70 const void *const *Tombstone = nullptr; in FindBucketFor() local
1327 const KeyT Tombstone = KeyInfoT::getTombstoneKey(); in AdvancePastEmptyBuckets() local1337 const KeyT Tombstone = KeyInfoT::getTombstoneKey(); in RetreatPastEmptyBuckets() local
74 static CVSymbol Tombstone( getTombstoneKey() local
495 enum { Plain, Empty, Tombstone } State = Plain; enumerator