LLVM API Documentation
Go to the source code of this file.
Namespaces | |
namespace | llvm |
List of target independent CodeGen pass IDs. | |
namespace | llvm::IndexedInstrProf |
Enumerations | |
enum | llvm::IndexedInstrProf::HashT { llvm::IndexedInstrProf::MD5, llvm::IndexedInstrProf::Last = MD5 } |
Functions | |
static uint64_t | llvm::IndexedInstrProf::MD5Hash (StringRef Str) |
static uint64_t | llvm::IndexedInstrProf::ComputeHash (HashT Type, StringRef K) |
Variables | |
const uint64_t | llvm::IndexedInstrProf::Magic = 0x8169666f72706cff |
const uint64_t | llvm::IndexedInstrProf::Version = 2 |
const HashT | llvm::IndexedInstrProf::HashType = HashT::MD5 |