Searched refs:FuncHash (Results 1 – 8 of 8) sorted by relevance
/external/compiler-rt/lib/profile/ |
D | InstrProfilingMerge.c | 75 SrcData->FuncHash != DstData->FuncHash || in __llvm_profile_check_compatibility()
|
D | 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/ |
D | InstrProfReader.cpp | 364 Record.Hash = swap(Data->FuncHash); in readFuncHash() 679 uint64_t FuncHash) { in getInstrProfRecord() argument 687 if (Data[I].Hash == FuncHash) { in getInstrProfRecord() 695 uint64_t FuncHash, in getFunctionCounts() argument 697 Expected<InstrProfRecord> Record = getInstrProfRecord(FuncName, FuncHash); in getFunctionCounts()
|
/external/llvm/lib/ProfileData/Coverage/ |
D | CoverageMappingReader.cpp | 394 uint64_t FuncHash = CFR->template getFuncHash<Endian>(); in insertFunctionRecordIfNeeded() local 402 Records.emplace_back(Version, FuncName, FuncHash, Mapping, FilenamesBegin, in insertFunctionRecordIfNeeded() 417 isCoverageMappingDummy(FuncHash, Mapping); in insertFunctionRecordIfNeeded() 422 OldRecord.FunctionHash = FuncHash; in insertFunctionRecordIfNeeded()
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProfReader.h | 395 uint64_t FuncHash); 398 Error getFunctionCounts(StringRef FuncName, uint64_t FuncHash,
|
D | 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/Coverage/ |
D | CoverageMapping.h | 509 return support::endian::byte_swap<uint64_t, Endian>(FuncHash); in getFuncHash() 537 return support::endian::byte_swap<uint64_t, Endian>(FuncHash); in getFuncHash()
|
/external/clang/lib/CodeGen/ |
D | CoverageMappingGen.cpp | 961 llvm::GlobalVariable *NamePtr, StringRef NameValue, uint64_t FuncHash, in addFunctionMappingRecord() argument
|