LLVM API Documentation

Public Member Functions
llvm::MachineModuleInfoELF Class Reference

#include <MachineModuleInfoImpls.h>

Inheritance diagram for llvm::MachineModuleInfoELF:
Inheritance graph
[legend]
Collaboration diagram for llvm::MachineModuleInfoELF:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 MachineModuleInfoELF (const MachineModuleInfo &)
StubValueTygetGVStubEntry (MCSymbol *Sym)
SymbolListTy GetGVStubList () const
 Accessor methods to return the set of stubs in sorted order.

Detailed Description

MachineModuleInfoELF - This is a MachineModuleInfoImpl implementation for ELF targets.

Definition at line 74 of file MachineModuleInfoImpls.h.


Constructor & Destructor Documentation

Definition at line 81 of file MachineModuleInfoImpls.h.


Member Function Documentation

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

Definition at line 90 of file MachineModuleInfoImpls.h.

References llvm::MachineModuleInfoImpl::GetSortedStubs().

Referenced by llvm::SystemZAsmPrinter::EmitEndOfAsmFile(), llvm::ARMAsmPrinter::EmitEndOfAsmFile(), and llvm::X86AsmPrinter::EmitEndOfAsmFile().


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