Searched refs:FunctionRecords (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ProfileData/ |
D | CoverageMappingTest.cpp | 351 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/ |
D | CoverageMappingTest.cpp | 304 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/ |
D | CoverageMappingGen.h | 56 std::vector<llvm::Constant *> FunctionRecords; variable
|
D | CoverageMappingGen.cpp | 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()
|
/external/llvm/lib/ProfileData/Coverage/ |
D | CoverageMappingReader.cpp | 381 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/ |
D | CoverageMappingReader.cpp | 405 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/ |
D | InstrProfData.inc | 226 llvm::ConstantInt::get(Int32Ty, FunctionRecords.size()))
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProfData.inc | 226 llvm::ConstantInt::get(Int32Ty, FunctionRecords.size()))
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/ |
D | InstrProfData.inc | 238 llvm::ConstantInt::get(Int32Ty, FunctionRecords.size()))
|