Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DInputFiles.h186 void parse(llvm::DenseSet<llvm::CachedHashStringRef> &ComdatGroups);
228 initializeSections(llvm::DenseSet<llvm::CachedHashStringRef> &ComdatGroups);
307 void parse(llvm::DenseSet<llvm::CachedHashStringRef> &ComdatGroups);
H A DInputFiles.cpp284 void ObjFile<ELFT>::parse(DenseSet<CachedHashStringRef> &ComdatGroups) { in parse() argument
289 initializeSections(ComdatGroups); in parse()
390 DenseSet<CachedHashStringRef> &ComdatGroups) { in initializeSections() argument
450 bool IsNew = ComdatGroups.insert(CachedHashStringRef(Signature)).second; in initializeSections()
1173 void BitcodeFile::parse(DenseSet<CachedHashStringRef> &ComdatGroups) { in parse() argument
1176 KeptComdats.push_back(ComdatGroups.insert(CachedHashStringRef(S)).second); in parse()
H A DSymbolTable.h110 llvm::DenseSet<llvm::CachedHashStringRef> ComdatGroups; variable
H A DSymbolTable.cpp119 F->parse<ELFT>(ComdatGroups); in addFile()
125 cast<ObjFile<ELFT>>(File)->parse(ComdatGroups); in addFile()