Searched refs:tombstoneValue (Results 1 – 1 of 1) sorted by relevance
218 … : InputChunk(f, InputChunk::Section), section(s), tombstoneValue(getTombstoneForSection(s.Name)) { in InputSection()232 uint64_t getTombstone() const override { return tombstoneValue; } in getTombstone()236 const uint64_t tombstoneValue; variable