Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAIX.cpp273 auto ExpCommand = std::make_unique<Command>( in ConstructJob() local
276 ExpCommand->setRedirectFiles( in ConstructJob()
278 C.addCommand(std::move(ExpCommand)); in ConstructJob()