LLVM
8.0.1
|
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 "llvm/MC/MCDwarf.h"
Public Attributes | |
std::string | Name |
unsigned | DirIndex |
MD5::MD5Result * | Checksum = nullptr |
The MD5 checksum, if there is one. More... | |
Optional< StringRef > | Source |
The source code of the file. More... | |
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).
MD5::MD5Result* llvm::MCDwarfFile::Checksum = nullptr |
The MD5 checksum, if there is one.
Non-owning pointer to data allocated in MCContext.
Definition at line 59 of file MCDwarf.h.
Referenced by emitOneV5FileEntry(), llvm::MCDwarfDwoLineTable::maybeSetRootFile(), and llvm::MCDwarfLineTable::setRootFile().
unsigned llvm::MCDwarfFile::DirIndex |
Definition at line 55 of file MCDwarf.h.
Referenced by emitOneV5FileEntry(), llvm::MCDwarfDwoLineTable::maybeSetRootFile(), and llvm::MCDwarfLineTable::setRootFile().
std::string llvm::MCDwarfFile::Name |
Definition at line 52 of file MCDwarf.h.
Referenced by emitOneV5FileEntry(), llvm::MCGenDwarfLabelEntry::getName(), llvm::MCDwarfLineTable::hasRootFile(), llvm::MCDwarfDwoLineTable::maybeSetRootFile(), llvm::MCDwarfLineTable::resetRootFile(), llvm::MCDwarfLineTable::setRootFile(), and llvm::MCDwarfLineTableHeader::tryGetFile().
The source code of the file.
Non-owning reference to data allocated in MCContext.
Definition at line 63 of file MCDwarf.h.
Referenced by emitOneV5FileEntry(), llvm::MCDwarfDwoLineTable::maybeSetRootFile(), and llvm::MCDwarfLineTable::setRootFile().