Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProf.cpp13 MemProfSchema getFullSchema() { in getFullSchema()
14 MemProfSchema List; in getFullSchema()
21 MemProfSchema getHotColdSchema() { in getHotColdSchema()
27 const MemProfSchema &Schema) { in serializedSizeV0()
39 const MemProfSchema &Schema) { in serializedSizeV2()
49 const MemProfSchema &Schema) { in serializedSizeV3()
58 size_t IndexedAllocationInfo::serializedSize(const MemProfSchema &Schema, in serializedSize()
73 const MemProfSchema &Schema) { in serializedSizeV0()
90 const MemProfSchema &Schema) { in serializedSizeV2()
104 const MemProfSchema &Schema) { in serializedSizeV3()
[all …]
H A DInstrProfWriter.cpp444 const memprof::MemProfSchema &Schema) { in writeMemProfSchema()
455 memprof::MemProfSchema *Schema, memprof::IndexedVersion Version, in writeMemProfRecords()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h50 using MemProfSchema = llvm::SmallVector<Meta, static_cast<int>(Meta::Size)>; variable
53 MemProfSchema getFullSchema();
56 MemProfSchema getHotColdSchema();
64 const MemProfSchema &IncomingSchema) { in PortableMemInfoBlock()
72 PortableMemInfoBlock(const MemProfSchema &Schema, const unsigned char *Ptr) { in PortableMemInfoBlock()
78 void deserialize(const MemProfSchema &IncomingSchema, in deserialize()
102 void serialize(const MemProfSchema &Schema, raw_ostream &OS) const { in serialize()
169 static size_t serializedSize(const MemProfSchema &Schema) { in serializedSize()
354 const MemProfSchema &Schema = getFullSchema())
358 size_t serializedSize(const MemProfSchema &Schema,
[all …]
H A DInstrProfReader.h655 memprof::MemProfSchema Schema;