Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCoverageMappingGen.h56 llvm::StructType *FunctionRecordTy; variable
61 : CGM(CGM), SourceInfo(SourceInfo), FunctionRecordTy(nullptr) {} in CoverageMappingModuleGen()
H A DCoverageMappingGen.cpp1325 if (!FunctionRecordTy) { in addFunctionMappingRecord()
1330 FunctionRecordTy = in addFunctionMappingRecord()
1340 FunctionRecordTy, makeArrayRef(FunctionRecordVals))); in addFunctionMappingRecord()
1408 llvm::ArrayType::get(FunctionRecordTy, FunctionRecords.size()); in emit()