Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-cov/
HDCodeCoverage.cpp192 bool CheckBinaryIDs; member in __anond344b44a0111::CodeCoverageTool
465 ViewOpts.CompilationDirectory, BIDFetcher.get(), CheckBinaryIDs); in load()
794 cl::opt<bool> CheckBinaryIDs( in run() local
807 this->CheckBinaryIDs = CheckBinaryIDs; in run()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
HDCoverageMapping.cpp1011 const object::BuildIDFetcher *BIDFetcher, bool CheckBinaryIDs) { in load() argument
1061 } else if (CheckBinaryIDs) { in load()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
HDCoverageMapping.h976 bool CheckBinaryIDs = false);