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.cpp11 MemProfSchema getFullSchema() { in getFullSchema()
12 MemProfSchema List; in getFullSchema()
19 MemProfSchema getHotColdSchema() { in getHotColdSchema()
25 const MemProfSchema &Schema) { in serializedSizeV2()
35 const MemProfSchema &Schema) { in serializedSizeV3()
44 size_t IndexedAllocationInfo::serializedSize(const MemProfSchema &Schema, in serializedSize()
58 const MemProfSchema &Schema) { in serializedSizeV2()
72 const MemProfSchema &Schema) { in serializedSizeV3()
87 const MemProfSchema &Schema) { in serializedSizeV4()
101 size_t IndexedMemProfRecord::serializedSize(const MemProfSchema &Schema, in serializedSize()
[all …]
H A DIndexedMemProfData.cpp26 const memprof::MemProfSchema &Schema) { in writeMemProfSchema()
37 memprof::MemProfSchema *Schema, memprof::IndexedVersion Version, in writeMemProfRecords()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h80 using MemProfSchema = llvm::SmallVector<Meta, static_cast<int>(Meta::Size)>; variable
83 LLVM_ABI MemProfSchema getFullSchema();
86 LLVM_ABI MemProfSchema getHotColdSchema();
94 const MemProfSchema &IncomingSchema) { in PortableMemInfoBlock()
102 PortableMemInfoBlock(const MemProfSchema &Schema, const unsigned char *Ptr) { in PortableMemInfoBlock()
108 void deserialize(const MemProfSchema &IncomingSchema, in deserialize()
132 void serialize(const MemProfSchema &Schema, raw_ostream &OS) const { in serialize()
208 static size_t serializedSize(const MemProfSchema &Schema) { in serializedSize()
394 const MemProfSchema &Schema = getFullSchema())
400 LLVM_ABI size_t serializedSize(const MemProfSchema &Schema,
[all …]
H A DInstrProfReader.h699 memprof::MemProfSchema Schema;