Searched refs:comdatGroups (Results 1 – 5 of 5) sorted by relevance
64 llvm::DenseMap<llvm::CachedHashStringRef, const InputFile *> comdatGroups; variable
626 symtab->comdatGroups.try_emplace(CachedHashStringRef(signature), this) in initializeSections()1732 symtab->comdatGroups.try_emplace(CachedHashStringRef(s), this).second); in parse()
708 symtab->comdatGroups.lookup(CachedHashStringRef(signature))) in maybeReportDiscarded()
124 llvm::DenseSet<llvm::CachedHashStringRef> comdatGroups; variable
593 return comdatGroups.insert(CachedHashStringRef(name)).second; in addComdat()