Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h31 struct PortableMemInfoBlock { struct
32 PortableMemInfoBlock() = default;
33 explicit PortableMemInfoBlock(const MemInfoBlock &Block) { in PortableMemInfoBlock() argument
39 PortableMemInfoBlock(const MemProfSchema &Schema, const unsigned char *Ptr) { in PortableMemInfoBlock() argument
98 void clear() { *this = PortableMemInfoBlock(); } in clear() argument
109 bool operator==(const PortableMemInfoBlock &Other) const { argument
118 bool operator!=(const PortableMemInfoBlock &Other) const {
262 PortableMemInfoBlock Info;
272 PortableMemInfoBlock::serializedSize(); // The size of the payload. in serializedSize()
300 PortableMemInfoBlock Info;
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProf.cpp55 Ptr += PortableMemInfoBlock::serializedSize(); in deserialize()
H A DInstrProfWriter.cpp525 auto Schema = memprof::PortableMemInfoBlock::getSchema(); in writeImpl()