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

  /external/compiler-rt/lib/profile/
InstrProfilingMerge.c 75 SrcData->FuncHash != DstData->FuncHash ||
InstrProfData.inc 76 INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \
212 COVMAP_FUNC_RECORD(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \
213 llvm::ConstantInt::get(llvm::Type::getInt64Ty(Ctx), FuncHash))
  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 393 /// and FuncHash
395 uint64_t FuncHash);
398 Error getFunctionCounts(StringRef FuncName, uint64_t FuncHash,
InstrProfData.inc 76 INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \
212 COVMAP_FUNC_RECORD(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \
213 llvm::ConstantInt::get(llvm::Type::getInt64Ty(Ctx), FuncHash))
  /external/llvm/lib/ProfileData/
InstrProfReader.cpp 364 Record.Hash = swap(Data->FuncHash);
436 // Read FuncHash and set it in Record.
679 uint64_t FuncHash) {
687 if (Data[I].Hash == FuncHash) {
695 uint64_t FuncHash,
697 Expected<InstrProfRecord> Record = getInstrProfRecord(FuncName, FuncHash);
  /external/llvm/lib/ProfileData/Coverage/
CoverageMappingReader.cpp 394 uint64_t FuncHash = CFR->template getFuncHash<Endian>();
402 Records.emplace_back(Version, FuncName, FuncHash, Mapping, FilenamesBegin,
417 isCoverageMappingDummy(FuncHash, Mapping);
422 OldRecord.FunctionHash = FuncHash;
  /external/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 509 return support::endian::byte_swap<uint64_t, Endian>(FuncHash);
537 return support::endian::byte_swap<uint64_t, Endian>(FuncHash);
  /external/clang/lib/CodeGen/
CoverageMappingGen.cpp     [all...]

Completed in 60 milliseconds