LLVM API Documentation
#include <MCDwarf.h>
Public Attributes | |
std::string | Name |
unsigned | DirIndex |
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 51 of file MCDwarf.h.
Referenced by llvm::MCDwarfLineTableHeader::getFile().
std::string llvm::MCDwarfFile::Name |
Definition at line 48 of file MCDwarf.h.
Referenced by llvm::MCDwarfLineTableHeader::getFile().