Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DInputSection.cpp869 for (const auto &patAndValue : llvm::reverse(config->deadRelocInNonAlloc)) in relocateNonAlloc() local
870 if (patAndValue.first.match(this->name)) { in relocateNonAlloc()
871 tombstone = patAndValue.second; in relocateNonAlloc()