|
LLVM
3.7.0
|
Enumerations | |
| enum | HashT : uint32_t { HashT::MD5, HashT::Last = MD5 } |
Functions | |
| static uint64_t | MD5Hash (StringRef Str) |
| static uint64_t | ComputeHash (HashT Type, StringRef K) |
Variables | |
| const uint64_t | Magic = 0x8169666f72706cff |
| const uint64_t | Version = 2 |
| const HashT | HashType = HashT::MD5 |
|
strong |
| Enumerator | |
|---|---|
| MD5 | |
| Last | |
Definition at line 24 of file InstrProfIndexed.h.
|
inlinestatic |
Definition at line 41 of file InstrProfIndexed.h.
References llvm_unreachable, MD5, and MD5Hash().
Referenced by llvm::InstrProfLookupTrait::ComputeHash().
|
inlinestatic |
Definition at line 30 of file InstrProfIndexed.h.
References llvm::MD5::final(), fuzzer::Hash(), and llvm::MD5::update().
Referenced by ComputeHash().
| const HashT llvm::IndexedInstrProf::HashType = HashT::MD5 |
Definition at line 51 of file InstrProfIndexed.h.
| const uint64_t llvm::IndexedInstrProf::Magic = 0x8169666f72706cff |
Definition at line 49 of file InstrProfIndexed.h.
Referenced by llvm::IndexedInstrProfReader::hasFormat(), and llvm::IndexedInstrProfReader::readHeader().
| const uint64_t llvm::IndexedInstrProf::Version = 2 |
Definition at line 50 of file InstrProfIndexed.h.
Referenced by llvm::DWARFDebugLine::Prologue::clear(), llvm::DWARFDebugLine::Prologue::dump(), llvm::FaultMapParser::getFaultMapVersion(), llvm::sys::fs::identify_magic(), llvm::DWARFDebugFrame::parse(), llvm::DWARFDebugLine::Prologue::parse(), parseARMArch(), readCoverageMappingData(), llvm::GCOVFile::readGCDA(), llvm::GCOVFile::readGCNO(), llvm::sampleprof::SampleProfileReaderBinary::readHeader(), llvm::IndexedInstrProfReader::readHeader(), and llvm::UpgradeDebugInfo().
1.8.6