Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1722 llvm::Type *CovDataTypes[] = {CovDataHeaderTy, FilenamesVal->getType()}; in emit() local
1723 auto CovDataTy = llvm::StructType::get(Ctx, makeArrayRef(CovDataTypes)); in emit()