Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:Die

30 class DIE;
57 DenseMap<const MDNode *, DIE *> AbstractSPDies;
62 DenseMap<const MDNode *, DIE *> DITypeNodeToDieMap;
71 /// \brief Compute the size and offset of a DIE given an incoming Offset.
72 unsigned computeSizeAndOffset(DIE &Die, unsigned Offset);
79 /// Compute the abbreviation for \c Die, look up its unique number, and
81 DIEAbbrev &assignAbbrevNumber(DIE &Die);
106 DenseMap<const MDNode *, DIE *> &getAbstractSPDies() {
110 void insertDIE(const MDNode *TypeMD, DIE *Die) {
111 DITypeNodeToDieMap.insert(std::make_pair(TypeMD, Die));
113 DIE *getDIE(const MDNode *TypeMD) {