Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp2572 auto CovDataTy = llvm::StructType::get(Ctx, ArrayRef(CovDataTypes)); in emit() local
2574 auto CovDataVal = llvm::ConstantStruct::get(CovDataTy, ArrayRef(TUDataVals)); in emit()
2576 CGM.getModule(), CovDataTy, true, llvm::GlobalValue::PrivateLinkage, in emit()