Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSymbolTable.h66 llvm::DenseMap<llvm::CachedHashStringRef, const InputFile *> comdatGroups; variable
H A DInputFiles.cpp652 symtab.comdatGroups.try_emplace(CachedHashStringRef(signature), this) in parse()
790 symtab.comdatGroups.find(CachedHashStringRef(signature))->second == in initializeSections()
1719 symtab.comdatGroups.try_emplace(CachedHashStringRef(s.first), this) in parse()
H A DRelocations.cpp545 symtab.comdatGroups.lookup(CachedHashStringRef(signature))) { in maybeReportDiscarded()