Searched refs:ParseCodeGenArgs (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/contrib/llvm/patches/ |
| D | patch-r265477-clang-r198655-standalone-debug.diff | 47 static bool ParseCodeGenArgs(CodeGenOptions &Opts, ArgList &Args, InputKind IK, 54 @@ -322,10 +323,16 @@ static bool ParseCodeGenArgs(CodeGenOptions &Opts, 78 - Success = ParseCodeGenArgs(Res.getCodeGenOpts(), *Args, DashX, Diags) 81 + Success = ParseCodeGenArgs(Res.getCodeGenOpts(), *Args, DashX, Diags,
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Frontend/ |
| D | CompilerInvocation.cpp | 297 static bool ParseCodeGenArgs(CodeGenOptions &Opts, ArgList &Args, InputKind IK, in ParseCodeGenArgs() function 1668 Success = ParseCodeGenArgs(Res.getCodeGenOpts(), *Args, DashX, Diags, in CreateFromArgs()
|