reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ProfileData/InstrProfData.inc
  237               llvm::ConstantInt::get(Int32Ty,  FunctionRecords.size()))
tools/clang/lib/CodeGen/CoverageMappingGen.cpp
 1338   FunctionRecords.push_back(llvm::ConstantStruct::get(
 1372   if (FunctionRecords.empty())
 1416       llvm::ArrayType::get(FunctionRecordTy, FunctionRecords.size());
 1417   auto RecordsVal = llvm::ConstantArray::get(RecordsTy, FunctionRecords);