• Home
  • Raw
  • Download

Lines Matching refs:DIEInteger

108   DIEInteger *getUnitRangesAttribute() const { return UnitRangeAttribute; }  in getUnitRangesAttribute()
110 const std::vector<DIEInteger *> &getRangesAttributes() const { in getRangesAttributes()
114 const std::vector<std::pair<DIEInteger *, int64_t>> &
129 DIEInteger *Attr);
140 void noteRangeAttribute(const DIE &Die, DIEInteger *Attr);
144 void noteLocationAttribute(DIEInteger *Attr, int64_t PcOffset);
188 std::vector<std::tuple<DIE *, const CompileUnit *, DIEInteger *>>
200 std::vector<DIEInteger *> RangeAttributes;
201 DIEInteger *UnitRangeAttribute;
208 std::vector<std::pair<DIEInteger *, int64_t>> LocationAttributes;
231 DIEInteger *Attr) { in noteForwardReference()
240 DIEInteger *Attr; in fixupForwardReferences()
253 void CompileUnit::noteRangeAttribute(const DIE &Die, DIEInteger *Attr) { in noteRangeAttribute()
260 void CompileUnit::noteLocationAttribute(DIEInteger *Attr, int64_t PcOffset) { in noteLocationAttribute()
719 const std::vector<std::pair<DIEInteger *, int64_t>> &Attributes = in emitLocationsForUnit()
1762 new (DIEAlloc) DIEInteger(Offset)); in cloneStringAttribute()
1805 DIEInteger *Attr; in cloneDieReferenceAttribute()
1810 Attr = new (DIEAlloc) DIEInteger(NewRefOffset); in cloneDieReferenceAttribute()
1813 Attr = new (DIEAlloc) DIEInteger(0xBADDEF); in cloneDieReferenceAttribute()
1849 new (DIEAlloc) DIEInteger(Byte)); in cloneBlockAttribute()
1896 new (DIEAlloc) DIEInteger(Addr)); in cloneAddressAttribute()
1924 DIEInteger *Attr = new (DIEAlloc) DIEInteger(Value); in cloneScalarAttribute()
2243 DIEInteger *Attr = Unit.getUnitRangesAttribute(); in generateUnitRanges()
2303 DIEInteger *StmtAttr = in patchLineTableForUnit()
2304 cast<DIEInteger>(OutputDIE->getValues()[Stmt - Abbrev.begin()]); in patchLineTableForUnit()