Searched refs:getTombstoneForSection (Results 1 – 2 of 2) sorted by relevance
218 … : InputChunk(f, InputChunk::Section), section(s), tombstoneValue(getTombstoneForSection(s.Name)) { in InputSection()233 static uint64_t getTombstoneForSection(StringRef name);
424 uint64_t InputSection::getTombstoneForSection(StringRef name) { in getTombstoneForSection() function in lld::wasm::InputSection