LLVM  8.0.1
Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends | List of all members
llvm::codeview::TypeIndex Class Reference

A 32-bit type reference. More...

#include "llvm/DebugInfo/CodeView/TypeIndex.h"

Collaboration diagram for llvm::codeview::TypeIndex:
Collaboration graph
[legend]

Public Member Functions

 TypeIndex ()
 
 TypeIndex (uint32_t Index)
 
 TypeIndex (SimpleTypeKind Kind)
 
 TypeIndex (SimpleTypeKind Kind, SimpleTypeMode Mode)
 
uint32_t getIndex () const
 
void setIndex (uint32_t I)
 
bool isSimple () const
 
bool isDecoratedItemId () const
 
bool isNoneType () const
 
uint32_t toArrayIndex () const
 
SimpleTypeKind getSimpleKind () const
 
SimpleTypeMode getSimpleMode () const
 
TypeIndex makeDirect () const
 
TypeIndexoperator+= (unsigned N)
 
TypeIndexoperator++ ()
 
TypeIndex operator++ (int)
 
TypeIndexoperator-= (unsigned N)
 
TypeIndexoperator-- ()
 
TypeIndex operator-- (int)
 

Static Public Member Functions

static TypeIndex fromArrayIndex (uint32_t Index)
 
static TypeIndex None ()
 
static TypeIndex Void ()
 
static TypeIndex VoidPointer32 ()
 
static TypeIndex VoidPointer64 ()
 
static TypeIndex NullptrT ()
 
static TypeIndex SignedCharacter ()
 
static TypeIndex UnsignedCharacter ()
 
static TypeIndex NarrowCharacter ()
 
static TypeIndex WideCharacter ()
 
static TypeIndex Int16Short ()
 
static TypeIndex UInt16Short ()
 
static TypeIndex Int32 ()
 
static TypeIndex UInt32 ()
 
static TypeIndex Int32Long ()
 
static TypeIndex UInt32Long ()
 
static TypeIndex Int64 ()
 
static TypeIndex UInt64 ()
 
static TypeIndex Int64Quad ()
 
static TypeIndex UInt64Quad ()
 
static TypeIndex Float32 ()
 
static TypeIndex Float64 ()
 
static StringRef simpleTypeName (TypeIndex TI)
 

Static Public Attributes

static const uint32_t FirstNonSimpleIndex = 0x1000
 
static const uint32_t SimpleKindMask = 0x000000ff
 
static const uint32_t SimpleModeMask = 0x00000700
 
static const uint32_t DecoratedItemIdMask = 0x80000000
 

Friends

bool operator== (const TypeIndex &A, const TypeIndex &B)
 
bool operator!= (const TypeIndex &A, const TypeIndex &B)
 
bool operator< (const TypeIndex &A, const TypeIndex &B)
 
bool operator<= (const TypeIndex &A, const TypeIndex &B)
 
bool operator> (const TypeIndex &A, const TypeIndex &B)
 
bool operator>= (const TypeIndex &A, const TypeIndex &B)
 
TypeIndex operator+ (const TypeIndex &A, uint32_t N)
 
TypeIndex operator- (const TypeIndex &A, uint32_t N)
 
uint32_t operator- (const TypeIndex &A, const TypeIndex &B)
 

Detailed Description

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.

Definition at line 96 of file TypeIndex.h.

Constructor & Destructor Documentation

◆ TypeIndex() [1/4]

llvm::codeview::TypeIndex::TypeIndex ( )
inline

Definition at line 104 of file TypeIndex.h.

◆ TypeIndex() [2/4]

llvm::codeview::TypeIndex::TypeIndex ( uint32_t  Index)
inlineexplicit

Definition at line 105 of file TypeIndex.h.

◆ TypeIndex() [3/4]

llvm::codeview::TypeIndex::TypeIndex ( SimpleTypeKind  Kind)
inlineexplicit

Definition at line 106 of file TypeIndex.h.

◆ TypeIndex() [4/4]

llvm::codeview::TypeIndex::TypeIndex ( SimpleTypeKind  Kind,
SimpleTypeMode  Mode 
)
inline

Definition at line 108 of file TypeIndex.h.

Member Function Documentation

◆ Float32()

static TypeIndex llvm::codeview::TypeIndex::Float32 ( )
inlinestatic

Definition at line 186 of file TypeIndex.h.

References llvm::codeview::Float32.

◆ Float64()

static TypeIndex llvm::codeview::TypeIndex::Float64 ( )
inlinestatic

Definition at line 187 of file TypeIndex.h.

References llvm::codeview::Float64.

◆ fromArrayIndex()

static TypeIndex llvm::codeview::TypeIndex::fromArrayIndex ( uint32_t  Index)
inlinestatic

◆ getIndex()

uint32_t llvm::codeview::TypeIndex::getIndex ( ) const
inline

◆ getSimpleKind()

SimpleTypeKind llvm::codeview::TypeIndex::getSimpleKind ( ) const
inline

◆ getSimpleMode()

SimpleTypeMode llvm::codeview::TypeIndex::getSimpleMode ( ) const
inline

◆ Int16Short()

static TypeIndex llvm::codeview::TypeIndex::Int16Short ( )
inlinestatic

Definition at line 167 of file TypeIndex.h.

References llvm::codeview::Int16Short.

◆ Int32()

static TypeIndex llvm::codeview::TypeIndex::Int32 ( )
inlinestatic

Definition at line 173 of file TypeIndex.h.

References llvm::codeview::Int32.

◆ Int32Long()

static TypeIndex llvm::codeview::TypeIndex::Int32Long ( )
inlinestatic

Definition at line 175 of file TypeIndex.h.

References llvm::codeview::Int32Long.

◆ Int64()

static TypeIndex llvm::codeview::TypeIndex::Int64 ( )
inlinestatic

Definition at line 179 of file TypeIndex.h.

References llvm::codeview::Int64.

◆ Int64Quad()

static TypeIndex llvm::codeview::TypeIndex::Int64Quad ( )
inlinestatic

Definition at line 181 of file TypeIndex.h.

References llvm::codeview::Int64Quad.

◆ isDecoratedItemId()

bool llvm::codeview::TypeIndex::isDecoratedItemId ( ) const
inline

Definition at line 114 of file TypeIndex.h.

◆ isNoneType()

bool llvm::codeview::TypeIndex::isNoneType ( ) const
inline

◆ isSimple()

bool llvm::codeview::TypeIndex::isSimple ( ) const
inline

◆ makeDirect()

TypeIndex llvm::codeview::TypeIndex::makeDirect ( ) const
inline

Definition at line 137 of file TypeIndex.h.

Referenced by llvm::pdb::NativeTypePointer::getTypeId().

◆ NarrowCharacter()

static TypeIndex llvm::codeview::TypeIndex::NarrowCharacter ( )
inlinestatic

Definition at line 161 of file TypeIndex.h.

References llvm::codeview::NarrowCharacter.

◆ None()

static TypeIndex llvm::codeview::TypeIndex::None ( )
inlinestatic

Definition at line 139 of file TypeIndex.h.

References llvm::codeview::None.

◆ NullptrT()

static TypeIndex llvm::codeview::TypeIndex::NullptrT ( )
inlinestatic

Definition at line 148 of file TypeIndex.h.

References llvm::codeview::NearPointer, and llvm::codeview::Void.

Referenced by simpleTypeName().

◆ operator++() [1/2]

TypeIndex& llvm::codeview::TypeIndex::operator++ ( )
inline

Definition at line 194 of file TypeIndex.h.

◆ operator++() [2/2]

TypeIndex llvm::codeview::TypeIndex::operator++ ( int  )
inline

Definition at line 199 of file TypeIndex.h.

References llvm::codeview::Copy.

◆ operator+=()

TypeIndex& llvm::codeview::TypeIndex::operator+= ( unsigned  N)
inline

Definition at line 189 of file TypeIndex.h.

References N.

◆ operator--() [1/2]

TypeIndex& llvm::codeview::TypeIndex::operator-- ( )
inline

Definition at line 211 of file TypeIndex.h.

◆ operator--() [2/2]

TypeIndex llvm::codeview::TypeIndex::operator-- ( int  )
inline

Definition at line 216 of file TypeIndex.h.

References llvm::codeview::Copy.

◆ operator-=()

TypeIndex& llvm::codeview::TypeIndex::operator-= ( unsigned  N)
inline

Definition at line 205 of file TypeIndex.h.

References assert(), and N.

◆ setIndex()

void llvm::codeview::TypeIndex::setIndex ( uint32_t  I)
inline

Definition at line 112 of file TypeIndex.h.

References I.

Referenced by llvm::codeview::CodeViewRecordIO::mapInteger().

◆ SignedCharacter()

static TypeIndex llvm::codeview::TypeIndex::SignedCharacter ( )
inlinestatic

Definition at line 155 of file TypeIndex.h.

References llvm::codeview::SignedCharacter.

◆ simpleTypeName()

StringRef TypeIndex::simpleTypeName ( TypeIndex  TI)
static

◆ toArrayIndex()

uint32_t llvm::codeview::TypeIndex::toArrayIndex ( ) const
inline

◆ UInt16Short()

static TypeIndex llvm::codeview::TypeIndex::UInt16Short ( )
inlinestatic

Definition at line 170 of file TypeIndex.h.

References llvm::codeview::UInt16Short.

◆ UInt32()

static TypeIndex llvm::codeview::TypeIndex::UInt32 ( )
inlinestatic

Definition at line 174 of file TypeIndex.h.

References llvm::codeview::UInt32.

◆ UInt32Long()

static TypeIndex llvm::codeview::TypeIndex::UInt32Long ( )
inlinestatic

Definition at line 176 of file TypeIndex.h.

References llvm::codeview::UInt32Long.

◆ UInt64()

static TypeIndex llvm::codeview::TypeIndex::UInt64 ( )
inlinestatic

Definition at line 180 of file TypeIndex.h.

References llvm::codeview::UInt64.

◆ UInt64Quad()

static TypeIndex llvm::codeview::TypeIndex::UInt64Quad ( )
inlinestatic

Definition at line 182 of file TypeIndex.h.

References llvm::codeview::UInt64Quad.

◆ UnsignedCharacter()

static TypeIndex llvm::codeview::TypeIndex::UnsignedCharacter ( )
inlinestatic

Definition at line 158 of file TypeIndex.h.

References llvm::codeview::UnsignedCharacter.

◆ Void()

static TypeIndex llvm::codeview::TypeIndex::Void ( )
inlinestatic

Definition at line 140 of file TypeIndex.h.

References llvm::codeview::Void.

◆ VoidPointer32()

static TypeIndex llvm::codeview::TypeIndex::VoidPointer32 ( )
inlinestatic

Definition at line 141 of file TypeIndex.h.

References llvm::codeview::NearPointer32, and llvm::codeview::Void.

◆ VoidPointer64()

static TypeIndex llvm::codeview::TypeIndex::VoidPointer64 ( )
inlinestatic

Definition at line 144 of file TypeIndex.h.

References llvm::codeview::NearPointer64, and llvm::codeview::Void.

◆ WideCharacter()

static TypeIndex llvm::codeview::TypeIndex::WideCharacter ( )
inlinestatic

Definition at line 164 of file TypeIndex.h.

References llvm::codeview::WideCharacter.

Friends And Related Function Documentation

◆ operator!=

bool operator!= ( const TypeIndex A,
const TypeIndex B 
)
friend

Definition at line 226 of file TypeIndex.h.

◆ operator+

TypeIndex operator+ ( const TypeIndex A,
uint32_t  N 
)
friend

Definition at line 246 of file TypeIndex.h.

◆ operator- [1/2]

TypeIndex operator- ( const TypeIndex A,
uint32_t  N 
)
friend

Definition at line 252 of file TypeIndex.h.

◆ operator- [2/2]

uint32_t operator- ( const TypeIndex A,
const TypeIndex B 
)
friend

Definition at line 259 of file TypeIndex.h.

◆ operator<

bool operator< ( const TypeIndex A,
const TypeIndex B 
)
friend

Definition at line 230 of file TypeIndex.h.

◆ operator<=

bool operator<= ( const TypeIndex A,
const TypeIndex B 
)
friend

Definition at line 234 of file TypeIndex.h.

◆ operator==

bool operator== ( const TypeIndex A,
const TypeIndex B 
)
friend

Definition at line 222 of file TypeIndex.h.

◆ operator>

bool operator> ( const TypeIndex A,
const TypeIndex B 
)
friend

Definition at line 238 of file TypeIndex.h.

◆ operator>=

bool operator>= ( const TypeIndex A,
const TypeIndex B 
)
friend

Definition at line 242 of file TypeIndex.h.

Member Data Documentation

◆ DecoratedItemIdMask

const uint32_t llvm::codeview::TypeIndex::DecoratedItemIdMask = 0x80000000
static

Definition at line 101 of file TypeIndex.h.

◆ FirstNonSimpleIndex

const uint32_t llvm::codeview::TypeIndex::FirstNonSimpleIndex = 0x1000
static

◆ SimpleKindMask

const uint32_t llvm::codeview::TypeIndex::SimpleKindMask = 0x000000ff
static

Definition at line 99 of file TypeIndex.h.

◆ SimpleModeMask

const uint32_t llvm::codeview::TypeIndex::SimpleModeMask = 0x00000700
static

Definition at line 100 of file TypeIndex.h.


The documentation for this class was generated from the following files: