LLDB mainline
Functions | Variables
MemoryTagManagerAArch64MTE.cpp File Reference
#include "MemoryTagManagerAArch64MTE.h"
#include "llvm/Support/Error.h"
#include <assert.h>

Go to the source code of this file.

Functions

static llvm::Error MakeInvalidRangeErr (lldb::addr_t addr, lldb::addr_t end_addr)
 

Variables

static const unsigned MTE_START_BIT = 56
 
static const unsigned MTE_TAG_MAX = 0xf
 
static const unsigned MTE_GRANULE_SIZE = 16
 

Function Documentation

◆ MakeInvalidRangeErr()

static llvm::Error MakeInvalidRangeErr ( lldb::addr_t  addr,
lldb::addr_t  end_addr 
)
static

Variable Documentation

◆ MTE_GRANULE_SIZE

const unsigned MTE_GRANULE_SIZE = 16
static

◆ MTE_START_BIT

const unsigned MTE_START_BIT = 56
static

◆ MTE_TAG_MAX

const unsigned MTE_TAG_MAX = 0xf
static