|
LLVM
4.0.0
|
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 uniqued 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). More...
#include <MCDwarf.h>
Public Attributes | |
| std::string | Name |
| unsigned | DirIndex |
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 uniqued 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).
| unsigned llvm::MCDwarfFile::DirIndex |
Definition at line 49 of file MCDwarf.h.
Referenced by llvm::MCDwarfLineTableHeader::getFile().
| std::string llvm::MCDwarfFile::Name |
Definition at line 46 of file MCDwarf.h.
Referenced by llvm::MCDwarfLineTableHeader::getFile().
1.8.6