Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:DIE

20 #include "llvm/CodeGen/DIE.h"
33 void DwarfAccelTable::AddName(DwarfStringPoolEntryRef Name, const DIE *die,
36 // If the string is in the list already then add this die to the list
41 DIEs.Values.push_back(new (Allocator) HashDataContents(die, Flags));
68 return A->Die->getOffset() < B->Die->getOffset();
126 Asm->OutStreamer->AddComment("HeaderData Die Offset Base");
223 // Emit the DIE offset
224 DwarfCompileUnit *CU = D->lookupUnit(HD->Die->getUnit());
225 assert(CU && "Accelerated DIE should belong to a CU.");
226 Asm->EmitInt32(HD->Die->getOffset() + CU->getDebugInfoOffset());
230 Asm->EmitInt16(HD->Die->getTag());