Home
last modified time | relevance | path

Searched refs:tombstoneValue (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lld/wasm/
DInputChunks.h218 … : 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