Searched refs:LinkCmd (Results 1 – 2 of 2) sorted by relevance
92 auto LinkCmd = std::make_unique<Command>( in ConstructJob() local95 C.addCommand(std::move(LinkCmd)); in ConstructJob()
424 auto LinkCmd = std::make_unique<Command>( in ConstructJob() local428 LinkCmd->setEnvironment(Environment); in ConstructJob()429 C.addCommand(std::move(LinkCmd)); in ConstructJob()