Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DLTO.cpp162 DenseSet<StringRef> linkedBitCodeFiles; in thinLTOCreateEmptyIndexFiles() local
166 linkedBitCodeFiles.insert(f->getName()); in thinLTOCreateEmptyIndexFiles()
172 if (linkedBitCodeFiles.contains(f->getName())) in thinLTOCreateEmptyIndexFiles()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DLTO.cpp281 DenseSet<StringRef> linkedBitCodeFiles; in thinLTOCreateEmptyIndexFiles() local
283 linkedBitCodeFiles.insert(f->getName()); in thinLTOCreateEmptyIndexFiles()
288 if (linkedBitCodeFiles.contains(f->getName())) in thinLTOCreateEmptyIndexFiles()