Home
last modified time | relevance | path

Searched defs:NamedInstrProfRecord (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProf.h911 struct NamedInstrProfRecord : InstrProfRecord { struct
918 NamedInstrProfRecord() = default; argument
919 NamedInstrProfRecord(StringRef Name, uint64_t Hash, in NamedInstrProfRecord() argument
923 static bool hasCSFlagInHash(uint64_t FuncHash) { in hasCSFlagInHash()
926 static void setCSFlagInHash(uint64_t &FuncHash) { in setCSFlagInHash()