reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.h
  113   uint64_t GetAttributeValueAsUnsigned(const dw_attr_t attr,

References

tools/lldb/source/Expression/DWARFExpression.cpp
 2465             die.GetAttributeValueAsUnsigned(DW_AT_encoding, DW_ATE_hi_user);
 2466         bit_size = die.GetAttributeValueAsUnsigned(DW_AT_byte_size, 0) * 8;
 2468           bit_size = die.GetAttributeValueAsUnsigned(DW_AT_bit_size, 0);
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
  127   if (!Die.GetAttributeValueAsUnsigned(DW_AT_declaration, 0))
  462           encoding_die.GetAttributeValueAsUnsigned(DW_AT_declaration, 0) == 1) {
  522         if (target_die.GetAttributeValueAsUnsigned(DW_AT_APPLE_block, 0)) {
 2093             die.GetAttributeValueAsUnsigned(DW_AT_byte_size, 0) * 8;
 2464       parent_die.GetAttributeValueAsUnsigned(DW_AT_byte_size, UINT64_MAX);
 2833                       parent_die.GetAttributeValueAsUnsigned(DW_AT_byte_size,
 3548           die.GetAttributeValueAsUnsigned(DW_AT_export_symbols, 0) != 0;
 3645       if (src_die.GetAttributeValueAsUnsigned(DW_AT_declaration, 0) == 1) {
 3649           if (src_die.GetAttributeValueAsUnsigned(DW_AT_artificial, 0))
 3664       if (dst_die.GetAttributeValueAsUnsigned(DW_AT_declaration, 0) == 1) {
 3668           if (dst_die.GetAttributeValueAsUnsigned(DW_AT_artificial, 0))
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
  343       dwo_cu_die.GetAttributeValueAsUnsigned(DW_AT_GNU_dwo_id, 0);
tools/lldb/source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.cpp
  173     if (die.GetAttributeValueAsUnsigned(DW_AT_APPLE_objc_complete_type, 0)) {
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  722               cu_die.GetAttributeValueAsUnsigned(DW_AT_language, 0));
  985   const dw_offset_t cu_line_offset = dwarf_cu_die.GetAttributeValueAsUnsigned(
 1065       dwarf_cu_die.GetAttributeValueAsUnsigned(DW_AT_macros, DW_INVALID_OFFSET);
 1067     sect_offset = dwarf_cu_die.GetAttributeValueAsUnsigned(DW_AT_GNU_macros,
 1211         if (die.GetAttributeValueAsUnsigned(DW_AT_virtuality, 0) != 0)
 2717             try_resolving_type = type_die.GetAttributeValueAsUnsigned(
 3733       function_die.GetAttributeValueAsUnsigned(DW_AT_call_all_calls, 0);