Home
last modified time | relevance | path

Searched defs:PortableMemInfoBlock (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ProfileData/
DMemProf.h31 struct PortableMemInfoBlock { struct
33 explicit PortableMemInfoBlock(const MemInfoBlock &Block) { in PortableMemInfoBlock() function
39 PortableMemInfoBlock(const MemProfSchema &Schema, const unsigned char *Ptr) { in PortableMemInfoBlock() function
45 void deserialize(const MemProfSchema &Schema, const unsigned char *Ptr) { in deserialize()
65 void serialize(const MemProfSchema &Schema, raw_ostream &OS) const { in serialize()
98 void clear() { *this = PortableMemInfoBlock(); } in clear() argument
109 bool operator==(const PortableMemInfoBlock &Other) const { argument
122 static constexpr size_t serializedSize() { in serializedSize()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ProfileData/
DMemProf.h31 struct PortableMemInfoBlock { struct
33 explicit PortableMemInfoBlock(const MemInfoBlock &Block) { in PortableMemInfoBlock() function
39 PortableMemInfoBlock(const MemProfSchema &Schema, const unsigned char *Ptr) { in PortableMemInfoBlock() function
45 void deserialize(const MemProfSchema &Schema, const unsigned char *Ptr) { in deserialize()
65 void serialize(const MemProfSchema &Schema, raw_ostream &OS) const { in serialize()
98 void clear() { *this = PortableMemInfoBlock(); } in clear() argument
109 bool operator==(const PortableMemInfoBlock &Other) const { argument
122 static constexpr size_t serializedSize() { in serializedSize()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ProfileData/
H A DMemProf.h32 struct PortableMemInfoBlock { struct
34 explicit PortableMemInfoBlock(const MemInfoBlock &Block) { in PortableMemInfoBlock() function
40 PortableMemInfoBlock(const MemProfSchema &Schema, const unsigned char *Ptr) { in PortableMemInfoBlock() argument
46 void deserialize(const MemProfSchema &Schema, const unsigned char *Ptr) { in deserialize()
66 void serialize(const MemProfSchema &Schema, raw_ostream &OS) const { in serialize()
99 void clear() { *this = PortableMemInfoBlock(); } in clear() argument
110 bool operator==(const PortableMemInfoBlock &Other) const { argument
123 static constexpr size_t serializedSize() { in serializedSize()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ProfileData/
DMemProf.h31 struct PortableMemInfoBlock { struct
33 explicit PortableMemInfoBlock(const MemInfoBlock &Block) { in PortableMemInfoBlock() argument
39 PortableMemInfoBlock(const MemProfSchema &Schema, const unsigned char *Ptr) { in PortableMemInfoBlock() argument
45 void deserialize(const MemProfSchema &Schema, const unsigned char *Ptr) { in deserialize()
65 void serialize(const MemProfSchema &Schema, raw_ostream &OS) const { in serialize()
98 void clear() { *this = PortableMemInfoBlock(); } in clear() argument
109 bool operator==(const PortableMemInfoBlock &Other) const { argument
122 static constexpr size_t serializedSize() { in serializedSize()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ProfileData/
DMemProf.h58 struct PortableMemInfoBlock { struct
60 explicit PortableMemInfoBlock(const MemInfoBlock &Block, in PortableMemInfoBlock() function
69 PortableMemInfoBlock(const MemProfSchema &Schema, const unsigned char *Ptr) { in PortableMemInfoBlock() argument
75 void deserialize(const MemProfSchema &IncomingSchema, in deserialize()
99 void serialize(const MemProfSchema &Schema, raw_ostream &OS) const { in serialize()
140 void clear() { *this = PortableMemInfoBlock(); } in clear() argument
159 static size_t serializedSize(const MemProfSchema &Schema) { in serializedSize()