Home
last modified time | relevance | path

Searched refs:CoverageCompilationDir (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.h173 std::string CoverageCompilationDir; variable
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1585 if (!CGM.getCodeGenOpts().CoverageCompilationDir.empty()) in getCurrentDirname()
1586 return CGM.getCodeGenOpts().CoverageCompilationDir; in getCurrentDirname()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td1263 MarshallingInfoString<CodeGenOpts<"CoverageCompilationDir">>;