16 #ifndef LLVM_PROFILEDATA_INSTRPROF_H_
17 #define LLVM_PROFILEDATA_INSTRPROF_H_
21 #include <system_error>
51 : Name(Name), Hash(Hash), Counts(std::move(Counts)) {}
64 #endif // LLVM_PROFILEDATA_INSTRPROF_H_
InstrProfRecord(StringRef Name, uint64_t Hash, std::vector< uint64_t > Counts)
const std::error_category & instrprof_category()
std::error_code make_error_code(BitcodeError E)
static ManagedStatic< _object_error_category > error_category
std::vector< uint64_t > Counts
Profiling information for a single function.
StringRef - Represent a constant reference to a string, i.e.