LLVM API Documentation

llvm::Section Class Reference

#include <TargetAsmInfo.h>

Collaboration diagram for llvm::Section:

Collaboration graph
[legend]

List of all members.

Public Member Functions

bool isNamed () const
unsigned getEntitySize () const
const std::string & getName () const
unsigned getFlags () const

Friends

class TargetAsmInfo
class StringMapEntry< Section >


Detailed Description

Definition at line 105 of file TargetAsmInfo.h.


Member Function Documentation

bool llvm::Section::isNamed (  )  const [inline]

Definition at line 114 of file TargetAsmInfo.h.

References llvm::SectionFlags::Named.

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

unsigned llvm::Section::getEntitySize (  )  const [inline]

Definition at line 115 of file TargetAsmInfo.h.

const std::string& llvm::Section::getName (  )  const [inline]

Definition at line 117 of file TargetAsmInfo.h.

References Name.

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

unsigned llvm::Section::getFlags (  )  const [inline]

Definition at line 118 of file TargetAsmInfo.h.

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


Friends And Related Function Documentation

friend class TargetAsmInfo [friend]

Definition at line 106 of file TargetAsmInfo.h.

friend class StringMapEntry< Section > [friend]

Definition at line 107 of file TargetAsmInfo.h.


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



This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.