LLVM 22.0.0git
llvm::MachineModuleInfoCOFF Class Reference

MachineModuleInfoCOFF - This is a MachineModuleInfoImpl implementation for COFF targets. More...

#include "llvm/CodeGen/MachineModuleInfoImpls.h"

Inheritance diagram for llvm::MachineModuleInfoCOFF:
[legend]

Public Member Functions

 MachineModuleInfoCOFF (const MachineModuleInfo &)
StubValueTygetGVStubEntry (MCSymbol *Sym)
SymbolListTy GetGVStubList ()
 Accessor methods to return the set of stubs in sorted order.
Public Member Functions inherited from llvm::MachineModuleInfoImpl
virtual ~MachineModuleInfoImpl ()

Additional Inherited Members

Public Types inherited from llvm::MachineModuleInfoImpl
using StubValueTy = PointerIntPair<MCSymbol *, 1, bool>
using SymbolListTy = std::vector<std::pair<MCSymbol *, StubValueTy>>
using ExprStubListTy = std::vector<std::pair<MCSymbol *, const MCExpr *>>
 A variant of SymbolListTy where the stub is a generalized MCExpr.
Static Protected Member Functions inherited from llvm::MachineModuleInfoImpl
static SymbolListTy getSortedStubs (DenseMap< MCSymbol *, StubValueTy > &)
 Return the entries from a DenseMap in a deterministic sorted orer.
static ExprStubListTy getSortedExprStubs (DenseMap< MCSymbol *, const MCExpr * > &)
 Return the entries from a DenseMap in a deterministic sorted orer.

Detailed Description

MachineModuleInfoCOFF - This is a MachineModuleInfoImpl implementation for COFF targets.

Definition at line 118 of file MachineModuleInfoImpls.h.

Constructor & Destructor Documentation

◆ MachineModuleInfoCOFF()

llvm::MachineModuleInfoCOFF::MachineModuleInfoCOFF ( const MachineModuleInfo & )
inline

Definition at line 126 of file MachineModuleInfoImpls.h.

Member Function Documentation

◆ getGVStubEntry()

StubValueTy & llvm::MachineModuleInfoCOFF::getGVStubEntry ( MCSymbol * Sym)
inline

Definition at line 128 of file MachineModuleInfoImpls.h.

References assert().

Referenced by llvm::AArch64MCInstLower::GetGlobalValueSymbol().

◆ GetGVStubList()

SymbolListTy llvm::MachineModuleInfoCOFF::GetGVStubList ( )
inline

Accessor methods to return the set of stubs in sorted order.

Definition at line 135 of file MachineModuleInfoImpls.h.

References llvm::MachineModuleInfoImpl::getSortedStubs().

Referenced by llvm::AsmPrinter::doFinalization().


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