Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1743 llvm::Type *CovDataTypes[] = {CovDataHeaderTy, FilenamesVal->getType()}; in emit() local
1744 auto CovDataTy = llvm::StructType::get(Ctx, ArrayRef(CovDataTypes)); in emit()