Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h450 llvm::DenseMap<llvm::CachedHashStringRef, uint32_t> stringMap; variable
H A DSyntheticSections.cpp1548 auto [it, inserted] = stringMap.try_emplace(hashedStr, strx); in addString()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h415 llvm::DenseMap<llvm::CachedHashStringRef, unsigned> stringMap; variable
H A DSyntheticSections.cpp1293 stringMap.try_emplace(CachedHashStringRef(""), 0); in StringTableSection()
1303 auto r = stringMap.try_emplace(CachedHashStringRef(s), size); in addString()