Searched refs:FuncHash (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/lib/profile/ |
D | InstrProfiling.h | 35 const uint64_t FuncHash; member
|
/external/llvm/lib/ProfileData/ |
D | InstrProfReader.cpp | 280 Record.Hash = swap(Data->FuncHash); in readNextRecord() 354 StringRef FuncName, uint64_t FuncHash, std::vector<uint64_t> &Counts) { in getFunctionCounts() argument 373 if (FoundHash == FuncHash) { in getFunctionCounts()
|
D | CoverageMappingReader.cpp | 369 uint64_t FuncHash = endian::readNext<uint64_t, Endian, unaligned>(FunBuf); in readCoverageMappingData() local 388 CoverageMappingVersion(Version), FuncName, FuncHash, Mapping, in readCoverageMappingData()
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProfReader.h | 149 const uint64_t FuncHash; member 292 std::error_code getFunctionCounts(StringRef FuncName, uint64_t FuncHash,
|