Home
last modified time | relevance | path

Searched refs:ParseCodeGenArgs (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/llvm/patches/
Dpatch-r265477-clang-r198655-standalone-debug.diff47 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/
DCompilerInvocation.cpp297 static bool ParseCodeGenArgs(CodeGenOptions &Opts, ArgList &Args, InputKind IK, in ParseCodeGenArgs() function
1668 Success = ParseCodeGenArgs(Res.getCodeGenOpts(), *Args, DashX, Diags, in CreateFromArgs()