LLVM API Documentation
#include <TargetAsmInfo.h>

Public Member Functions | |
| bool | isNamed () const |
| unsigned | getEntitySize () const |
| const std::string & | getName () const |
| unsigned | getFlags () const |
Friends | |
| class | TargetAsmInfo |
| class | StringMapEntry< Section > |
Definition at line 105 of file TargetAsmInfo.h.
| 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] |
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.
This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.