Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/ProfileData/
DMemProf.h27 using MemProfSchema = llvm::SmallVector<Meta, static_cast<int>(Meta::Size)>; variable
40 PortableMemInfoBlock(const MemProfSchema &Schema, const unsigned char *Ptr) { in PortableMemInfoBlock()
46 void deserialize(const MemProfSchema &Schema, const unsigned char *Ptr) { in deserialize()
66 void serialize(const MemProfSchema &Schema, raw_ostream &OS) const { in serialize()
102 static MemProfSchema getSchema() { in getSchema()
103 MemProfSchema List; in getSchema()
383 void serialize(const MemProfSchema &Schema, raw_ostream &OS);
386 static IndexedMemProfRecord deserialize(const MemProfSchema &Schema,
445 Expected<MemProfSchema> readMemProfSchema(const unsigned char *&Buffer);
457 RecordLookupTrait(const MemProfSchema &S) : Schema(S) {} in RecordLookupTrait()
[all …]
DInstrProfReader.h604 memprof::MemProfSchema Schema;
/openbsd/src/gnu/llvm/llvm/lib/ProfileData/
DMemProf.cpp11 void IndexedMemProfRecord::serialize(const MemProfSchema &Schema, in serialize()
35 IndexedMemProfRecord::deserialize(const MemProfSchema &Schema, in deserialize()
84 Expected<MemProfSchema> readMemProfSchema(const unsigned char *&Buffer) { in readMemProfSchema()
95 MemProfSchema Result; in readMemProfSchema()