LLVM API Documentation

Public Member Functions | Friends
llvm::MCDwarfFile Class Reference

#include <MCDwarf.h>

List of all members.

Public Member Functions

StringRef getName () const
 getName - Get the base name of this MCDwarfFile.
unsigned getDirIndex () const
 getDirIndex - Get the dirIndex of this MCDwarfFile.
void print (raw_ostream &OS) const
 print - Print the value to the stream OS.
void dump () const
 dump - Print the value to stderr.

Friends

class MCContext

Detailed Description

MCDwarfFile - Instances of this class represent the name of the dwarf .file directive and its associated dwarf file number in the MC file, and MCDwarfFile's are created and unique'd by the MCContext class where the file number for each is its index into the vector of DwarfFiles (note index 0 is not used and not a valid dwarf file number).

Definition at line 39 of file MCDwarf.h.


Member Function Documentation

void MCDwarfFile::dump ( ) const

dump - Print the value to stderr.

Definition at line 459 of file MCDwarf.cpp.

References llvm::dbgs(), and print().

unsigned llvm::MCDwarfFile::getDirIndex ( ) const [inline]

getDirIndex - Get the dirIndex of this MCDwarfFile.

Definition at line 59 of file MCDwarf.h.

StringRef llvm::MCDwarfFile::getName ( ) const [inline]

getName - Get the base name of this MCDwarfFile.

Definition at line 56 of file MCDwarf.h.

Referenced by print().

void MCDwarfFile::print ( raw_ostream OS) const

print - Print the value to the stream OS.

Definition at line 454 of file MCDwarf.cpp.

References getName().

Referenced by dump(), and llvm::operator<<().


Friends And Related Function Documentation

friend class MCContext [friend]

Definition at line 48 of file MCDwarf.h.


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