HomeSort by: relevance | last modified time | path
    Searched refs:getFuncHash (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 774 uint64_t getFuncHash(const FuncRecordTy *Record) {
830 template <support::endianness Endian> uint64_t getFuncHash() const {
831 return accessors::getFuncHash<ThisT, Endian>(this);
880 template <support::endianness Endian> uint64_t getFuncHash() const {
881 return accessors::getFuncHash<ThisT, Endian>(this);
924 template <support::endianness Endian> uint64_t getFuncHash() const {
925 return accessors::getFuncHash<ThisT, Endian>(this);
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
CoverageMappingReader.cpp 561 uint64_t FuncHash = CFR->template getFuncHash<Endian>();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp 1094 uint64_t getFuncHash() const { return FuncInfo.FunctionHash; }

Completed in 45 milliseconds