Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp2571 llvm::Type *CovDataTypes[] = {CovDataHeaderTy, FilenamesVal->getType()}; in emit() local
2572 auto CovDataTy = llvm::StructType::get(Ctx, ArrayRef(CovDataTypes)); in emit()