Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:DIE

31 class DIE;
58 DenseMap<const MDNode *, DIE *> AbstractSPDies;
63 DenseMap<const MDNode *, DIE *> DITypeNodeToDieMap;
74 /// \brief Compute the size and offset of a DIE given an incoming Offset.
75 unsigned computeSizeAndOffset(DIE &Die, unsigned Offset);
81 /// \returns The size of the root DIE.
86 /// Compute the abbreviation for \c Die, look up its unique number, and
88 DIEAbbrev &assignAbbrevNumber(DIE &Die);
116 DenseMap<const MDNode *, DIE *> &getAbstractSPDies() {
120 void insertDIE(const MDNode *TypeMD, DIE *Die) {
121 DITypeNodeToDieMap.insert(std::make_pair(TypeMD, Die));
123 DIE *getDIE(const MDNode *TypeMD) {