LLVM API Documentation

Public Member Functions
llvm::MipsTargetObjectFile Class Reference

#include <MipsTargetObjectFile.h>

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

List of all members.

Public Member Functions

void Initialize (MCContext &Ctx, const TargetMachine &TM)
bool IsGlobalInSmallSection (const GlobalValue *GV, const TargetMachine &TM, SectionKind Kind) const
bool IsGlobalInSmallSection (const GlobalValue *GV, const TargetMachine &TM) const
const MCSectionSelectSectionForGlobal (const GlobalValue *GV, SectionKind Kind, Mangler *Mang, const TargetMachine &TM) const
const MCSectiongetReginfoSection () const

Detailed Description

Definition at line 17 of file MipsTargetObjectFile.h.


Member Function Documentation

const MCSection* llvm::MipsTargetObjectFile::getReginfoSection ( ) const [inline]

Definition at line 39 of file MipsTargetObjectFile.h.

Referenced by llvm::MipsReginfo::emitMipsReginfoSectionCG().

void MipsTargetObjectFile::Initialize ( MCContext ctx,
const TargetMachine TM 
) [virtual]
bool MipsTargetObjectFile::IsGlobalInSmallSection ( const GlobalValue GV,
const TargetMachine TM,
SectionKind  Kind 
) const
bool MipsTargetObjectFile::IsGlobalInSmallSection ( const GlobalValue GV,
const TargetMachine TM 
) const
const MCSection * MipsTargetObjectFile::SelectSectionForGlobal ( const GlobalValue GV,
SectionKind  Kind,
Mangler Mang,
const TargetMachine TM 
) const [virtual]

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