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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.cpp 51 DataArray &DIEs = Entries[Name];
52 DIEs.push_back(new (Allocator) HashDataContents(die, Flags));
73 // compareDIEs - comparison predicate that sorts DIEs by their offset.
182 // the bucket. For the string case emit the dies and the various offsets.
194 Asm->OutStreamer.AddComment("Num DIEs");
DwarfCompileUnit.h 86 /// ContainingTypeMap - This map is used to keep track of subprogram DIEs that
141 std::vector<DIE*> &DIEs = AccelNames[Name];
142 DIEs.push_back(Die);
145 std::vector<DIE*> &DIEs = AccelObjC[Name];
146 DIEs.push_back(Die);
149 std::vector<DIE*> &DIEs = AccelNamespace[Name];
150 DIEs.push_back(Die);
153 std::vector<std::pair<DIE *, unsigned> > &DIEs = AccelTypes[Name];
154 DIEs.push_back(Die);
363 /// constructContainingTypeDIEs - Construct DIEs for types that contai
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFDebugInfoEntry.h 174 /// DIEs, (possibly ending with subprogram DIE), all of which are contained
180 SmallVector<DWARFDebugInfoEntryMinimal, 4> DIEs;

Completed in 2289 milliseconds