LLVM API Documentation

Classes | Public Member Functions
llvm::AddressPool Class Reference

#include <AddressPool.h>

List of all members.

Classes

struct  AddressPoolEntry

Public Member Functions

 AddressPool ()
unsigned getIndex (const MCSymbol *Sym, bool TLS=false)
 Returns the index into the address pool with the given label/symbol.
void emit (AsmPrinter &Asm, const MCSection *AddrSection)
bool isEmpty ()
bool hasBeenUsed () const
void resetUsedFlag ()

Detailed Description

Definition at line 22 of file AddressPool.h.


Constructor & Destructor Documentation

Definition at line 37 of file AddressPool.h.


Member Function Documentation

void AddressPool::emit ( AsmPrinter Asm,
const MCSection AddrSection 
)

Definition at line 47 of file AddressPool.h.

Referenced by llvm::DwarfDebug::addDwarfTypeUnitType().

Definition at line 49 of file AddressPool.h.

Referenced by llvm::DwarfDebug::addDwarfTypeUnitType().


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