HomeSort by relevance Sort by last modified time
    Searched defs:DIEs (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugInfoEntry.h 148 /// DIEs, (possibly ending with subprogram DIE), all of which are contained
154 SmallVector<DWARFDebugInfoEntryMinimal, 4> DIEs;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.cpp 38 DataArray &DIEs = Entries[Name.getString()];
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.
204 // the bucket. For the string case emit the dies and the various offsets.
220 Asm->OutStreamer->AddComment("Num DIEs");

Completed in 65 milliseconds