LLVM API Documentation

Public Attributes
llvm::MCDwarfFile Struct Reference

#include <MCDwarf.h>

Collaboration diagram for llvm::MCDwarfFile:
Collaboration graph
[legend]

List of all members.

Public Attributes

std::string Name
unsigned DirIndex

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 45 of file MCDwarf.h.


Member Data Documentation

Definition at line 51 of file MCDwarf.h.

Referenced by llvm::MCDwarfLineTableHeader::getFile().

Definition at line 48 of file MCDwarf.h.

Referenced by llvm::MCDwarfLineTableHeader::getFile().


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