Searched refs:MemLocationDie (Results 1 – 1 of 1) sorted by relevance
1667 DIELoc *MemLocationDie = new (DIEValueAllocator) DIELoc; in constructMemberDIE() local1668 addUInt(*MemLocationDie, dwarf::DW_FORM_data1, dwarf::DW_OP_plus_uconst); in constructMemberDIE()1669 addUInt(*MemLocationDie, dwarf::DW_FORM_udata, OffsetInBytes); in constructMemberDIE()1670 addBlock(MemberDie, dwarf::DW_AT_data_member_location, MemLocationDie); in constructMemberDIE()