Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/ProfileData/
DMemProf.h32 struct PortableMemInfoBlock { struct
33 PortableMemInfoBlock() = default;
34 explicit PortableMemInfoBlock(const MemInfoBlock &Block) { in PortableMemInfoBlock() function
40 PortableMemInfoBlock(const MemProfSchema &Schema, const unsigned char *Ptr) { in PortableMemInfoBlock() argument
99 void clear() { *this = PortableMemInfoBlock(); } in clear() argument
110 bool operator==(const PortableMemInfoBlock &Other) const { argument
119 bool operator!=(const PortableMemInfoBlock &Other) const {
259 PortableMemInfoBlock Info;
269 PortableMemInfoBlock::serializedSize(); // The size of the payload. in serializedSize()
297 PortableMemInfoBlock Info;
/openbsd/src/gnu/llvm/llvm/lib/ProfileData/
DMemProf.cpp52 Ptr += PortableMemInfoBlock::serializedSize(); in deserialize()
DInstrProfWriter.cpp443 auto Schema = memprof::PortableMemInfoBlock::getSchema(); in writeImpl()