Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h984 struct NamedInstrProfRecord : InstrProfRecord { struct
991 NamedInstrProfRecord() = default; argument
992 NamedInstrProfRecord(StringRef Name, uint64_t Hash, in NamedInstrProfRecord() function
995 NamedInstrProfRecord(StringRef Name, uint64_t Hash, in NamedInstrProfRecord() argument
1001 static bool hasCSFlagInHash(uint64_t FuncHash) { in hasCSFlagInHash()
1004 static void setCSFlagInHash(uint64_t &FuncHash) { in setCSFlagInHash()