Lines Matching refs:OffsetOnEntry
248 uint64_t OffsetOnEntry = *OffsetPtr; in processOneAttribute() local
291 dbgs() << " " << hexValue(OffsetOnEntry) in processOneAttribute()
481 processLocationMember(AttrSpec.Attr, FormValue, Die, OffsetOnEntry); in processOneAttribute()
489 processLocationList(AttrSpec.Attr, FormValue, Die, OffsetOnEntry); in processOneAttribute()
497 processLocationList(AttrSpec.Attr, FormValue, Die, OffsetOnEntry, in processOneAttribute()
973 uint64_t OffsetOnEntry, in processLocationList() argument
995 /*SectionOffset=*/0, OffsetOnEntry, in processLocationList()
1036 CurrentSymbol->addLocation(Attr, LowPC, HighPC, Offset, OffsetOnEntry, in processLocationList()
1054 uint64_t OffsetOnEntry) { in processLocationMember() argument
1059 OffsetOnEntry); in processLocationMember()
1062 processLocationList(Attr, FormValue, Die, OffsetOnEntry); in processLocationMember()