Home
last modified time | relevance | path

Searched refs:linkedBitCodeFiles (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DLTO.cpp162 DenseSet<StringRef> linkedBitCodeFiles; in add()
166 linkedBitCodeFiles.insert(f->getName()); in add()
172 if (linkedBitCodeFiles.contains(f->getName())) in thinLTOCreateEmptyIndexFiles()
173 DenseSet<StringRef> linkedBitCodeFiles; thinLTOCreateEmptyIndexFiles() local
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp283 DenseSet<StringRef> linkedBitCodeFiles; in thinLTOCreateEmptyIndexFiles() local
285 linkedBitCodeFiles.insert(f->getName()); in thinLTOCreateEmptyIndexFiles()
290 if (linkedBitCodeFiles.contains(f->getName())) in thinLTOCreateEmptyIndexFiles()