Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/clang-linker-wrapper/
H A DClangLinkerWrapper.cpp1463 for (auto &LazyFile : LazyInputFiles) in getDeviceInput() local
1464 if (IsTargetUsed.contains(LazyFile)) in getDeviceInput()
1465 InputFiles.emplace_back(std::move(LazyFile)); in getDeviceInput()