LLVM API Documentation

Public Member Functions
llvm::MachineModuleInfoMachO Class Reference

#include <MachineModuleInfoImpls.h>

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

List of all members.

Public Member Functions

 MachineModuleInfoMachO (const MachineModuleInfo &)
StubValueTygetFnStubEntry (MCSymbol *Sym)
StubValueTygetGVStubEntry (MCSymbol *Sym)
StubValueTygetHiddenGVStubEntry (MCSymbol *Sym)
SymbolListTy GetFnStubList () const
 Accessor methods to return the set of stubs in sorted order.
SymbolListTy GetGVStubList () const
SymbolListTy GetHiddenGVStubList () const

Detailed Description

MachineModuleInfoMachO - This is a MachineModuleInfoImpl implementation for MachO targets.

Definition at line 25 of file MachineModuleInfoImpls.h.


Constructor & Destructor Documentation

Definition at line 43 of file MachineModuleInfoImpls.h.


Member Function Documentation

Definition at line 45 of file MachineModuleInfoImpls.h.

Referenced by GetSymbolFromOperand().

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

Definition at line 61 of file MachineModuleInfoImpls.h.

References llvm::MachineModuleInfoImpl::GetSortedStubs().

Referenced by llvm::X86AsmPrinter::EmitEndOfAsmFile().


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