Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp2022 Command NewLLDInvocation = Cmd; in generateCompilationDiagnostics() local
2023 llvm::opt::ArgStringList ArgList = NewLLDInvocation.getArguments(); in generateCompilationDiagnostics()
2029 NewLLDInvocation.replaceArguments(std::move(ArgList)); in generateCompilationDiagnostics()
2032 NewLLDInvocation.Execute({std::nullopt, {""}, {""}}, nullptr, nullptr); in generateCompilationDiagnostics()