LLVM 19.0.0git
Public Types | Public Member Functions | Static Protected Member Functions | List of all members
llvm::MachineModuleInfoImpl Class Reference

This class can be derived from and used by targets to hold private target-specific information for each Module. More...

#include "llvm/CodeGen/MachineModuleInfo.h"

Inheritance diagram for llvm::MachineModuleInfoImpl:
Inheritance graph
[legend]

Public Types

using StubValueTy = PointerIntPair< MCSymbol *, 1, bool >
 
using SymbolListTy = std::vector< std::pair< MCSymbol *, StubValueTy > >
 

Public Member Functions

virtual ~MachineModuleInfoImpl ()
 

Static Protected Member Functions

static SymbolListTy getSortedStubs (DenseMap< MCSymbol *, StubValueTy > &)
 Return the entries from a DenseMap in a deterministic sorted orer.
 

Detailed Description

This class can be derived from and used by targets to hold private target-specific information for each Module.

Objects of type are accessed/created with MachineModuleInfo::getObjFileInfo and destroyed when the MachineModuleInfo is destroyed.

Definition at line 56 of file MachineModuleInfo.h.

Member Typedef Documentation

◆ StubValueTy

Definition at line 58 of file MachineModuleInfo.h.

◆ SymbolListTy

using llvm::MachineModuleInfoImpl::SymbolListTy = std::vector<std::pair<MCSymbol *, StubValueTy> >

Definition at line 59 of file MachineModuleInfo.h.

Constructor & Destructor Documentation

◆ ~MachineModuleInfoImpl()

MachineModuleInfoImpl::~MachineModuleInfoImpl ( )
virtualdefault

Member Function Documentation

◆ getSortedStubs()

MachineModuleInfoImpl::SymbolListTy MachineModuleInfoImpl::getSortedStubs ( DenseMap< MCSymbol *, StubValueTy > &  Map)
staticprotected

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