Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DInputChunks.cpp137 auto tombstone = getTombstone(); in writeTo()
295 auto tombstone = getTombstone(); in calculateSize()
329 auto tombstone = getTombstone(); in writeTo()
366 auto tombstone = getTombstone(); in generateRelocationCode()
DInputChunks.h77 virtual uint64_t getTombstone() const { return 0; } in getTombstone() function
232 uint64_t getTombstone() const override { return tombstoneValue; } in getTombstone() function