Lines Matching refs:OffsetOnEntry
249 uint64_t OffsetOnEntry = *OffsetPtr; in processOneAttribute() local
292 dbgs() << " " << hexValue(OffsetOnEntry) in processOneAttribute()
494 processLocationMember(AttrSpec.Attr, FormValue, Die, OffsetOnEntry); in processOneAttribute()
502 processLocationList(AttrSpec.Attr, FormValue, Die, OffsetOnEntry); in processOneAttribute()
510 processLocationList(AttrSpec.Attr, FormValue, Die, OffsetOnEntry, in processOneAttribute()
987 uint64_t OffsetOnEntry, in processLocationList() argument
1009 /*SectionOffset=*/0, OffsetOnEntry, in processLocationList()
1050 CurrentSymbol->addLocation(Attr, LowPC, HighPC, Offset, OffsetOnEntry, in processLocationList()
1068 uint64_t OffsetOnEntry) { in processLocationMember() argument
1073 OffsetOnEntry); in processLocationMember()
1076 processLocationList(Attr, FormValue, Die, OffsetOnEntry); in processLocationMember()