Searched refs:CoverageCompilationDir (Results 1 – 4 of 4) sorted by relevance
193 std::string CoverageCompilationDir; variable
102 CI.getCodeGenOpts().CoverageCompilationDir.clear(); in makeInvocationForModuleBuildWithoutOutputs()
1588 if (!CGM.getCodeGenOpts().CoverageCompilationDir.empty()) in getCurrentDirname()1589 return CGM.getCodeGenOpts().CoverageCompilationDir; in getCurrentDirname()
1291 MarshallingInfoString<CodeGenOpts<"CoverageCompilationDir">>;