Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h161 std::string CoverageCompilationDir; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1567 if (!CGM.getCodeGenOpts().CoverageCompilationDir.empty()) in getCurrentDirname()
1568 return CGM.getCodeGenOpts().CoverageCompilationDir; in getCurrentDirname()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1167 MarshallingInfoString<CodeGenOpts<"CoverageCompilationDir">>;