Home
last modified time | relevance | path

Searched refs:MemProfSchema (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h26 using MemProfSchema = llvm::SmallVector<Meta, static_cast<int>(Meta::Size)>; variable
45 void deserialize(const MemProfSchema &Schema, const unsigned char *Ptr) { in deserialize()
65 void serialize(const MemProfSchema &Schema, raw_ostream &OS) const { in serialize()
101 static MemProfSchema getSchema() { in getSchema()
102 MemProfSchema List; in getSchema()
386 void serialize(const MemProfSchema &Schema, raw_ostream &OS);
389 static IndexedMemProfRecord deserialize(const MemProfSchema &Schema,
448 Expected<MemProfSchema> readMemProfSchema(const unsigned char *&Buffer);
460 RecordLookupTrait(const MemProfSchema &S) : Schema(S) {} in RecordLookupTrait()
493 MemProfSchema Schema;
[all …]
H A DInstrProfReader.h654 memprof::MemProfSchema Schema;
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProf.cpp12 void IndexedMemProfRecord::serialize(const MemProfSchema &Schema, in serialize()
36 IndexedMemProfRecord::deserialize(const MemProfSchema &Schema, in deserialize()
94 Expected<MemProfSchema> readMemProfSchema(const unsigned char *&Buffer) { in readMemProfSchema()
105 MemProfSchema Result; in readMemProfSchema()