llvm::codeview::operator+

Addition operator

Synopsis

Declared in <llvm/DebugInfo/CodeView/TypeIndex.h>

TypeIndex
operator+(
    TypeIndex const& A,
    uint32_t N);

Return Value

A 32-bit type reference. Types are indexed by their order of appearance in .debug$T plus 0x1000. Type indices less than 0x1000 are "simple" types, composed of a SimpleTypeMode byte followed by a SimpleTypeKind byte.

Parameters

NameDescription
AThe left operand
NThe right operand