Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ProfileData/
DCoverageMappingTest.cpp351 const auto FunctionRecords = LoadedCoverage->getCoveredFunctions(); in TEST_P() local
352 EXPECT_EQ(2, std::distance(FunctionRecords.begin(), FunctionRecords.end())); in TEST_P()
353 for (const auto &FunctionRecord : FunctionRecords) { in TEST_P()
379 const auto FunctionRecords = LoadedCoverage->getCoveredFunctions(); in TEST_P() local
380 const auto &FunctionRecord = *FunctionRecords.begin(); in TEST_P()
397 const auto FunctionRecords = LoadedCoverage->getCoveredFunctions(); in TEST_P() local
398 const auto &FunctionRecord = *FunctionRecords.begin(); in TEST_P()
429 const auto FunctionRecords = LoadedCoverage->getCoveredFunctions(); in TEST_P() local
430 const auto &FunctionRecord = *FunctionRecords.begin(); in TEST_P()
481 const auto FunctionRecords = LoadedCoverage->getCoveredFunctions(); in TEST_P() local
[all …]
/external/llvm/unittests/ProfileData/
DCoverageMappingTest.cpp304 const auto FunctionRecords = LoadedCoverage->getCoveredFunctions(); in TEST_P() local
305 EXPECT_EQ(2U, std::distance(FunctionRecords.begin(), FunctionRecords.end())); in TEST_P()
306 for (const auto &FunctionRecord : FunctionRecords) { in TEST_P()
/external/clang/lib/CodeGen/
DCoverageMappingGen.h56 std::vector<llvm::Constant *> FunctionRecords; variable
DCoverageMappingGen.cpp978 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()
/external/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp381 llvm::DenseMap<NameRefType, size_t> FunctionRecords; member in __anon074d29920211::VersionedCovMapFuncRecordReader
397 FunctionRecords.insert(std::make_pair(NameRef, Records.size())); in insertFunctionRecordIfNeeded()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp405 DenseMap<NameRefType, size_t> FunctionRecords; member in __anone7b305ca0211::VersionedCovMapFuncRecordReader
421 FunctionRecords.insert(std::make_pair(NameRef, Records.size())); in insertFunctionRecordIfNeeded()
/external/compiler-rt/lib/profile/
DInstrProfData.inc226 llvm::ConstantInt::get(Int32Ty, FunctionRecords.size()))
/external/llvm/include/llvm/ProfileData/
DInstrProfData.inc226 llvm::ConstantInt::get(Int32Ty, FunctionRecords.size()))
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DInstrProfData.inc238 llvm::ConstantInt::get(Int32Ty, FunctionRecords.size()))