Home
last modified time | relevance | path

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

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