LLVM 22.0.0git
MemProfReader.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
namespace  llvm::memprof

Macros

#define DEBUG_TYPE   "memprof"
#define READ_MIB_FIELD(FIELD)

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "memprof"

Definition at line 45 of file MemProfReader.cpp.

◆ READ_MIB_FIELD

#define READ_MIB_FIELD ( FIELD)
Value:
MIB.FIELD = endian::readNext<decltype(MIB.FIELD), llvm::endianness::little, \
unaligned>(Ptr)
value_type readNext(const CharT *&memory, endianness endian)
Read a value of a particular endianness from a buffer, and increment the buffer past that value.
Definition Endian.h:81