Searched refs:MemLocationDie (Results 1 – 1 of 1) sorted by relevance
1514 DIELoc *MemLocationDie = new (DIEValueAllocator) DIELoc(); in constructMemberDIE() local1515 addUInt(*MemLocationDie, dwarf::DW_FORM_data1, dwarf::DW_OP_plus_uconst); in constructMemberDIE()1516 addUInt(*MemLocationDie, dwarf::DW_FORM_udata, OffsetInBytes); in constructMemberDIE()1517 addBlock(MemberDie, dwarf::DW_AT_data_member_location, MemLocationDie); in constructMemberDIE()