HomeSort by relevance Sort by last modified time
    Searched refs:FunctionRecords (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/CodeGen/
CoverageMappingGen.h 56 std::vector<llvm::Constant *> FunctionRecords;
CoverageMappingGen.cpp     [all...]
  /external/llvm/unittests/ProfileData/
CoverageMappingTest.cpp 304 const auto FunctionRecords = LoadedCoverage->getCoveredFunctions();
305 EXPECT_EQ(2U, std::distance(FunctionRecords.begin(), FunctionRecords.end()));
306 for (const auto &FunctionRecord : FunctionRecords) {
  /external/compiler-rt/lib/profile/
InstrProfData.inc 226 llvm::ConstantInt::get(Int32Ty, FunctionRecords.size()))
  /external/llvm/include/llvm/ProfileData/
InstrProfData.inc 226 llvm::ConstantInt::get(Int32Ty, FunctionRecords.size()))
  /external/llvm/lib/ProfileData/Coverage/
CoverageMappingReader.cpp 381 llvm::DenseMap<NameRefType, size_t> FunctionRecords;
397 FunctionRecords.insert(std::make_pair(NameRef, Records.size()));

Completed in 76 milliseconds