Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/clang-linker-wrapper/
H A DClangLinkerWrapper.cpp1418 SmallVector<OffloadFile> LazyInputFiles; in getDeviceInput() local
1432 IsLazy ? LazyInputFiles : InputFiles)) in getDeviceInput()
1445 extractFromBuffer(std::move(*BufferOrErr), LazyInputFiles)) in getDeviceInput()
1463 for (auto &LazyFile : LazyInputFiles) in getDeviceInput()