Searched refs:generateCC1CommandLine (Results 1 – 3 of 3) sorted by relevance
243 void generateCC1CommandLine(llvm::SmallVectorImpl<const char *> &Args,
49 CI.generateCC1CommandLine(Args, SA); in serializeCompilerInvocation()
4460 StringAllocator SA) { Invocation.generateCC1CommandLine(Args, SA); }, in CreateFromArgs()4577 void CompilerInvocation::generateCC1CommandLine( in generateCC1CommandLine() function in CompilerInvocation