reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/ProfileData/InstrProfReader.h
  292 enum class HashT : uint32_t;

References

include/llvm/ProfileData/InstrProf.h
  948 inline uint64_t ComputeHash(HashT Type, StringRef K) {
  950   case HashT::MD5:
  982 const HashT HashType = HashT::MD5;
  982 const HashT HashType = HashT::MD5;
include/llvm/ProfileData/InstrProfReader.h
  300   IndexedInstrProf::HashT HashType;
  308   InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion)
  385                        IndexedInstrProf::HashT HashType, uint64_t Version);
lib/ProfileData/InstrProfReader.cpp
  605     const unsigned char *const Base, IndexedInstrProf::HashT HashType,
  827   IndexedInstrProf::HashT HashType = static_cast<IndexedInstrProf::HashT>(
  829   if (HashType > IndexedInstrProf::HashT::Last)
usr/include/c++/7.4.0/bits/move.h
   72     constexpr _Tp&&
   83     constexpr _Tp&&
usr/include/c++/7.4.0/bits/unique_ptr.h
  824     make_unique(_Args&&... __args)
usr/include/c++/7.4.0/type_traits
 1633     { typedef _Tp   type; };