Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DSymbolTable.h64 llvm::DenseMap<llvm::CachedHashStringRef, const InputFile *> comdatGroups; variable
DInputFiles.cpp626 symtab->comdatGroups.try_emplace(CachedHashStringRef(signature), this) in initializeSections()
1732 symtab->comdatGroups.try_emplace(CachedHashStringRef(s), this).second); in parse()
DRelocations.cpp708 symtab->comdatGroups.lookup(CachedHashStringRef(signature))) in maybeReportDiscarded()
/external/llvm-project/lld/wasm/
DSymbolTable.h124 llvm::DenseSet<llvm::CachedHashStringRef> comdatGroups; variable
DSymbolTable.cpp593 return comdatGroups.insert(CachedHashStringRef(name)).second; in addComdat()