Searched refs:Tombstone (Results 1 – 11 of 11) sorted by relevance
100 uint64_t Tombstone = dwarf::computeTombstoneAddress(AddressByteSize); in getAbsoluteRanges() local123 if (E.LowPC == Tombstone) in getAbsoluteRanges()127 if (BaseAddr->Address == Tombstone) in getAbsoluteRanges()168 if (E.LowPC == Tombstone) in getAbsoluteRanges()202 uint64_t Tombstone = dwarf::computeTombstoneAddress(AddrSize); in dump() local231 if (CurrentBase != Tombstone) in dump()
75 uint64_t Tombstone = dwarf::computeTombstoneAddress(AddressSize) - 1; in getAbsoluteRanges() local84 if (E.LowPC == Tombstone) in getAbsoluteRanges()92 if (BaseAddr->Address == Tombstone) in getAbsoluteRanges()
438 uint64_t Tombstone = dwarf::computeTombstoneAddress(U->getAddressByteSize()); in getHighPC() local439 if (LowPC == Tombstone) in getHighPC()
891 uint64_t Tombstone = in parse() local893 TombstonedAddress = State.Row.Address.Address == Tombstone; in parse()
71 const void *const *Tombstone = nullptr; in FindBucketFor() local77 return Tombstone ? Tombstone : Array+Bucket; in FindBucketFor()85 if (Array[Bucket] == getTombstoneMarker() && !Tombstone) in FindBucketFor()86 Tombstone = Array+Bucket; // Remember the first tombstone found. in FindBucketFor()
182 static codeview::LocallyHashedType Tombstone;186 static codeview::LocallyHashedType getTombstoneKey() { return Tombstone; }202 static codeview::GloballyHashedType Tombstone;206 static codeview::GloballyHashedType getTombstoneKey() { return Tombstone; }
18 LocallyHashedType DenseMapInfo<LocallyHashedType>::Tombstone{hash_code(-1), {}};26 GloballyHashedType DenseMapInfo<GloballyHashedType>::Tombstone{TombstoneHash};
32 Sig.State = wasm::WasmSignature::Tombstone;
406 enum { Plain, Empty, Tombstone } State = Plain; enumerator
73 static CVSymbol Tombstone( in getTombstoneKey() local75 return Tombstone; in getTombstoneKey()
1283 const KeyT Tombstone = KeyInfoT::getTombstoneKey(); in AdvancePastEmptyBuckets() local1286 KeyInfoT::isEqual(Ptr->getFirst(), Tombstone))) in AdvancePastEmptyBuckets()1293 const KeyT Tombstone = KeyInfoT::getTombstoneKey(); in RetreatPastEmptyBuckets() local1296 KeyInfoT::isEqual(Ptr[-1].getFirst(), Tombstone))) in RetreatPastEmptyBuckets()