Searched defs:DIEs (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h148 /// DIEs, (possibly ending with subprogram DIE), all of which are contained
154 SmallVector<DWARFDebugInfoEntryMinimal, 4> DIEs; member in struct:llvm::DWARFDebugInfoEntryInlinedChain
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfAccelTable.cpp38 DataArray &DIEs = Entries[Name.getString()]; local
39 assert(!DIEs.Name || DIEs.Name == Name);
40 DIEs.Name = Name;
41 DIEs.Values.push_back(new (Allocator) HashDataContents(die, Flags));
65 // compareDIEs - comparison predicate that sorts DIEs by their offset.
220 Asm->OutStreamer->AddComment("Num DIEs");

Completed in 124 milliseconds