Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DInputChunks.h218 … : InputChunk(f, InputChunk::Section), section(s), tombstoneValue(getTombstoneForSection(s.Name)) { in InputSection()
233 static uint64_t getTombstoneForSection(StringRef name);
DInputChunks.cpp424 uint64_t InputSection::getTombstoneForSection(StringRef name) { in getTombstoneForSection() function in lld::wasm::InputSection