Home | History | Annotate | Download | only in MC

Lines Matching defs:FileNum

58   uint32_t FileNum;
78 MCDwarfLoc(unsigned fileNum, unsigned line, unsigned column, unsigned flags,
80 : FileNum(fileNum), Line(line), Column(column), Flags(flags), Isa(isa),
87 /// \brief Get the FileNum of this MCDwarfLoc.
88 unsigned getFileNum() const { return FileNum; }
105 /// \brief Set the FileNum of this MCDwarfLoc.
106 void setFileNum(unsigned fileNum) { FileNum = fileNum; }