Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp1055 DenseMap<unsigned, StringRef> strAttr; member in __anon23df7b050411::RISCVAttributesSection
1250 auto r = merged.strAttr.try_emplace(tag.attr, *s); in mergeAttributesSection()
1259 merged.strAttr.try_emplace(RISCVAttrs::ARCH, in mergeAttributesSection()
1272 for (auto &attr : merged.strAttr) in mergeAttributesSection()
1299 for (auto &attr : strAttr) { in writeTo()