Searched refs:forEachFileDep (Results 1 – 3 of 3) sorted by relevance
194 void forEachFileDep(llvm::function_ref<void(StringRef)> Cb) const;
23 void ModuleDeps::forEachFileDep(llvm::function_ref<void(StringRef)> Cb) const { in forEachFileDep() function in ModuleDeps
502 MD.forEachFileDep([&](StringRef FileDep) { in printFullOutput()