Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h422 llvm::DenseMap<StringRef, unsigned> stringMap; variable
H A DSyntheticSections.cpp1222 auto r = stringMap.insert(std::make_pair(s, this->size)); in addString()