LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

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 55 of file AsmWriter.cpp.


Constructor & Destructor Documentation

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

Definition at line 58 of file AsmWriter.cpp.

References next_slot.


Member Function Documentation

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

Definition at line 59 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 57 of file AsmWriter.cpp.

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

unsigned llvm::SlotMachine::TypePlane::next_slot
 

Definition at line 56 of file AsmWriter.cpp.

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


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