Shift TBAA metadata so it starts off bytes later.

Synopsis

Declared in <llvm/IR/Metadata.h>

static
MDNode*
shiftTBAA(
    MDNode* M,
    size_t off);

Return Value

TBAA metadata shifted by off bytes.

Parameters

Name

Description

M

TBAA metadata to shift.

off

Byte offset to apply.

Created with MrDocs