Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h202 std::string CoverageCompilationDir; variable
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp168 CGOpts.CoverageCompilationDir.clear(); in resetBenignCodeGenOptions()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp2413 if (!CGM.getCodeGenOpts().CoverageCompilationDir.empty()) in getCurrentDirname()
2414 return CGM.getCodeGenOpts().CoverageCompilationDir; in getCurrentDirname()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1770 MarshallingInfoString<CodeGenOpts<"CoverageCompilationDir">>;