Searched defs:Tombstone (Results 1 – 8 of 8) sorted by relevance
100 uint64_t Tombstone = dwarf::computeTombstoneAddress(AddressByteSize); in getAbsoluteRanges() local202 uint64_t Tombstone = dwarf::computeTombstoneAddress(AddrSize); in dump() local
75 uint64_t Tombstone = dwarf::computeTombstoneAddress(AddressSize) - 1; in getAbsoluteRanges() local
428 uint64_t Tombstone = dwarf::computeTombstoneAddress(U->getAddressByteSize()); in getHighPC() local
891 uint64_t Tombstone = in parse() local
70 const void *const *Tombstone = nullptr; in FindBucketFor() local
1280 const KeyT Tombstone = KeyInfoT::getTombstoneKey(); in AdvancePastEmptyBuckets() local1290 const KeyT Tombstone = KeyInfoT::getTombstoneKey(); in RetreatPastEmptyBuckets() local
73 static CVSymbol Tombstone( in getTombstoneKey() local
406 enum { Plain, Empty, Tombstone } State = Plain; enumerator