LLVM  4.0.0
Classes | Public Member Functions | List of all members
llvm::MMIAddrLabelMap Class Reference

Public Member Functions

 MMIAddrLabelMap (MCContext &context)
 
 ~MMIAddrLabelMap ()
 
ArrayRef< MCSymbol * > getAddrLabelSymbolToEmit (BasicBlock *BB)
 
void takeDeletedSymbolsForFunction (Function *F, std::vector< MCSymbol * > &Result)
 If we have any deleted symbols for F, return them. More...
 
void UpdateForDeletedBlock (BasicBlock *BB)
 
void UpdateForRAUWBlock (BasicBlock *Old, BasicBlock *New)
 

Detailed Description

Definition at line 59 of file MachineModuleInfo.cpp.

Constructor & Destructor Documentation

llvm::MMIAddrLabelMap::MMIAddrLabelMap ( MCContext context)
inline

Definition at line 82 of file MachineModuleInfo.cpp.

llvm::MMIAddrLabelMap::~MMIAddrLabelMap ( )
inline

Definition at line 83 of file MachineModuleInfo.cpp.

References assert().

Member Function Documentation

ArrayRef< MCSymbol * > MMIAddrLabelMap::getAddrLabelSymbolToEmit ( BasicBlock BB)
void MMIAddrLabelMap::takeDeletedSymbolsForFunction ( Function F,
std::vector< MCSymbol * > &  Result 
)

If we have any deleted symbols for F, return them.

Definition at line 121 of file MachineModuleInfo.cpp.

References llvm::DenseMapBase< DenseMap< KeyT, ValueT, KeyInfoT, BucketT >, KeyT, ValueT, KeyInfoT, BucketT >::end(), I, and std::swap().

void MMIAddrLabelMap::UpdateForDeletedBlock ( BasicBlock BB)

Definition at line 134 of file MachineModuleInfo.cpp.

References assert(), and llvm::MCSymbol::isDefined().

void MMIAddrLabelMap::UpdateForRAUWBlock ( BasicBlock Old,
BasicBlock New 
)

Definition at line 158 of file MachineModuleInfo.cpp.

References assert().


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