Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:DIE

15 #include "DIE.h"
32 void DwarfAccelTable::AddName(StringRef Name, MCSymbol *StrSym, const DIE *die,
35 // If the string is in the list already then add this die to the list
40 DIEs.Values.push_back(new (Allocator) HashDataContents(die, Flags));
67 return A->Die->getOffset() < B->Die->getOffset();
115 Asm->OutStreamer.AddComment("HeaderData Die Offset Base");
191 // Emit the DIE offset
192 Asm->EmitInt32(HD->Die->getOffset());
196 Asm->EmitInt16(HD->Die->getTag());