Searched refs:MemberDie (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| D | DwarfUnit.cpp | 1592 DIE &MemberDie = createAndAddDIE(DT->getTag(), Buffer); in constructMemberDIE() local 1595 addString(MemberDie, dwarf::DW_AT_name, Name); in constructMemberDIE() 1597 addAnnotation(MemberDie, DT->getAnnotations()); in constructMemberDIE() 1600 addType(MemberDie, Resolved); in constructMemberDIE() 1602 addSourceLine(MemberDie, DT); in constructMemberDIE() 1619 addBlock(MemberDie, dwarf::DW_AT_data_member_location, VBaseLocationDie); in constructMemberDIE() 1630 addUInt(MemberDie, dwarf::DW_AT_byte_size, std::nullopt, FieldSize / 8); in constructMemberDIE() 1631 addUInt(MemberDie, dwarf::DW_AT_bit_size, std::nullopt, Size); in constructMemberDIE() 1653 addUInt(MemberDie, dwarf::DW_AT_bit_offset, std::nullopt, Offset); in constructMemberDIE() 1656 addUInt(MemberDie, dwarf::DW_AT_data_bit_offset, std::nullopt, Offset); in constructMemberDIE() [all …]
|