Home
last modified time | relevance | path

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

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