Searched refs:generateCC1CommandLine (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/unittests/Frontend/ |
| H A D | CompilerInvocationTest.cpp | 132 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 D | CompilerInvocation.h | 235 void generateCC1CommandLine(llvm::SmallVectorImpl<const char *> &Args,
|
| /llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.cpp | 108 CI.generateCC1CommandLine(Args, SA); in serializeCompilerInvocation()
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 4547 StringAllocator SA) { Invocation.generateCC1CommandLine(Args, SA); }, in CreateFromArgs() 4647 void CompilerInvocation::generateCC1CommandLine( in generateCC1CommandLine() function in CompilerInvocation
|