Searched defs:DebugCompilationDir (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Frontend/
H A DCodeGenOptions.h94 std::string DebugCompilationDir; member in class:clang::CodeGenOptions
/external/clang/tools/driver/
H A Dcc1as_main.cpp90 std::string DebugCompilationDir; member in struct:__anon16638::AssemblerInvocation
191 Opts.DebugCompilationDir = Args->getLastArgValue(OPT_fdebug_compilation_dir);
317 if (!Opts.DebugCompilationDir.empty())
318 Ctx.setCompilationDir(Opts.DebugCompilationDir);

Completed in 111 milliseconds