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
347 if (LowPC == Tombstone) in getHighPC() local
942 uint64_t Tombstone = parse() local
39 TombstoneKind Tombstone = TombstoneKind::Universal; member
197 uint16_t Version, TombstoneKind Tombstone, in isDeadAddressRange() argument 214 bool isDeadAddress(uint64_t LowPC, uint16_t Version, TombstoneKind Tombstone, in isDeadAddress() argument
103 if (opt::Arg *Tombstone = Args.getLastArg(OPT_tombstone)) { in validateAndSetOptions() local
70 const void *const *Tombstone = nullptr; in FindBucketFor() local
1311 const KeyT Tombstone = KeyInfoT::getTombstoneKey(); AdvancePastEmptyBuckets() local 1321 const KeyT Tombstone = KeyInfoT::getTombstoneKey(); RetreatPastEmptyBuckets() local
75 static CVSymbol Tombstone( in getTombstoneKey() local
440 enum { Plain, Empty, Tombstone } State = Plain; global() enumerator