Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/wasm/
H A DInputChunks.h329 tombstoneValue(getTombstoneForSection(s.Name)), section(s) { in InputSection()
342 static uint64_t getTombstoneForSection(StringRef name);
H A DInputChunks.cpp511 uint64_t InputSection::getTombstoneForSection(StringRef name) { in getTombstoneForSection() function in lld::wasm::InputSection