Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DUEFI.cpp92 auto LinkCmd = std::make_unique<Command>( in ConstructJob() local
95 C.addCommand(std::move(LinkCmd)); in ConstructJob()
H A DMSVC.cpp424 auto LinkCmd = std::make_unique<Command>( in ConstructJob() local
428 LinkCmd->setEnvironment(Environment); in ConstructJob()
429 C.addCommand(std::move(LinkCmd)); in ConstructJob()