Home
last modified time | relevance | path

Searched refs:DW_AT_bit_size (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHashAttributes.def13 HANDLE_DIE_HASH_ATTR(DW_AT_bit_size)
H A DDwarfUnit.cpp1633 addUInt(MemberDie, dwarf::DW_AT_bit_size, std::nullopt, Size); in constructMemberDIE()
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf_attr.c235 if ((at = _dwarf_attr_find(die, DW_AT_bit_size)) == NULL) { in dwarf_bitsize()
H A Ddwarf.h127 #define DW_AT_bit_size 0x0d macro
H A Ddwarf_dump.c77 case DW_AT_bit_size: in dwarf_get_AT_name()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp741 case DW_AT_bit_size: in mayHaveLocationExpr()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp302 case dwarf::DW_AT_bit_size: in processOneAttribute()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c1002 if (die_unsigned(dw, mem, DW_AT_bit_size, &bitsz, 0)) in die_sou_create()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp2439 bit_size = die.GetAttributeValueAsUnsigned(DW_AT_bit_size, 0); in Evaluate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2657 case DW_AT_bit_size: in MemberAttributes()