Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Frontend/
H A DCompilerInvocationTest.cpp132 Invocation.generateCC1CommandLine(GeneratedArgs, *this); in TEST_F()
143 Invocation.generateCC1CommandLine(GeneratedArgs, *this); in TEST_F()
166 Invocation.generateCC1CommandLine(GeneratedArgs, *this); in TEST_F()
177 Invocation.generateCC1CommandLine(GeneratedArgs, *this); in TEST_F()
200 Invocation.generateCC1CommandLine(GeneratedArgs, *this); in TEST_F()
211 Invocation.generateCC1CommandLine(GeneratedArgs, *this); in TEST_F()
234 Invocation.generateCC1CommandLine(GeneratedArgs, *this); in TEST_F()
245 Invocation.generateCC1CommandLine(GeneratedArgs, *this); in TEST_F()
268 Invocation.generateCC1CommandLine(GeneratedArgs, *this); in TEST_F()
280 Invocation.generateCC1CommandLine(GeneratedArgs, *this); in TEST_F()
[all …]
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInvocation.h235 void generateCC1CommandLine(llvm::SmallVectorImpl<const char *> &Args,
/llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp108 CI.generateCC1CommandLine(Args, SA); in serializeCompilerInvocation()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp4547 StringAllocator SA) { Invocation.generateCC1CommandLine(Args, SA); }, in CreateFromArgs()
4647 void CompilerInvocation::generateCC1CommandLine( in generateCC1CommandLine() function in CompilerInvocation