Searched refs:FunctionRecords (Results 1 – 6 of 6) sorted by relevance
304 const auto FunctionRecords = LoadedCoverage->getCoveredFunctions(); in TEST_P() local305 EXPECT_EQ(2U, std::distance(FunctionRecords.begin(), FunctionRecords.end())); in TEST_P()306 for (const auto &FunctionRecord : FunctionRecords) { in TEST_P()
56 std::vector<llvm::Constant *> FunctionRecords; variable
978 FunctionRecords.push_back(llvm::ConstantStruct::get( in addFunctionMappingRecord()1007 if (FunctionRecords.empty()) in emit()1046 llvm::ArrayType::get(FunctionRecordTy, FunctionRecords.size()); in emit()1047 auto RecordsVal = llvm::ConstantArray::get(RecordsTy, FunctionRecords); in emit()
381 llvm::DenseMap<NameRefType, size_t> FunctionRecords; member in __anoncb2b51910211::VersionedCovMapFuncRecordReader397 FunctionRecords.insert(std::make_pair(NameRef, Records.size())); in insertFunctionRecordIfNeeded()
226 llvm::ConstantInt::get(Int32Ty, FunctionRecords.size()))