Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/MachO/
H A DLTO.cpp169 DenseSet<StringRef> linkedBitCodeFiles; in thinLTOCreateEmptyIndexFiles() local
173 linkedBitCodeFiles.insert(f->getName()); in thinLTOCreateEmptyIndexFiles()
179 if (linkedBitCodeFiles.contains(f->getName())) in thinLTOCreateEmptyIndexFiles()
/openbsd-src/gnu/llvm/lld/ELF/
H A DLTO.cpp296 DenseSet<StringRef> linkedBitCodeFiles; in thinLTOCreateEmptyIndexFiles() local
298 linkedBitCodeFiles.insert(f->getName()); in thinLTOCreateEmptyIndexFiles()
303 if (linkedBitCodeFiles.contains(f->getName())) in thinLTOCreateEmptyIndexFiles()