LLVM API Documentation

llvm::SlotMachine::TypePlane Struct Reference

Collaboration diagram for llvm::SlotMachine::TypePlane:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TypePlane ()
void clear ()

Public Attributes

unsigned next_slot
TypeMap map

Detailed Description

Definition at line 60 of file AsmWriter.cpp.


Constructor & Destructor Documentation

llvm::SlotMachine::TypePlane::TypePlane (  )  [inline]

Definition at line 63 of file AsmWriter.cpp.

References next_slot.


Member Function Documentation

void llvm::SlotMachine::TypePlane::clear (  )  [inline]

Definition at line 64 of file AsmWriter.cpp.

References llvm::TypeMap< ValType, TypeClass >::clear(), map, and next_slot.

Referenced by llvm::SlotMachine::purgeFunction().


Member Data Documentation

TypeMap llvm::SlotMachine::TypePlane::map

Definition at line 62 of file AsmWriter.cpp.

Referenced by clear(), and llvm::SlotMachine::getSlot().

unsigned llvm::SlotMachine::TypePlane::next_slot

Definition at line 61 of file AsmWriter.cpp.

Referenced by clear(), llvm::SlotMachine::getSlot(), and TypePlane().


The documentation for this struct was generated from the following file: