Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h243 void generateCC1CommandLine(llvm::SmallVectorImpl<const char *> &Args,
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp56 CI.generateCC1CommandLine(Args, SA); in serializeCompilerInvocation()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp4458 StringAllocator SA) { Invocation.generateCC1CommandLine(Args, SA); }, in CreateFromArgs()
4575 void CompilerInvocation::generateCC1CommandLine( in generateCC1CommandLine() function in CompilerInvocation