Home
last modified time | relevance | path

Searched refs:fixed_form_sizes (Results 1 – 5 of 5) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugPubnames.cpp89 …const uint8_t *fixed_form_sizes = DWARFFormValue::GetFixedFormSizesForAddressSize (cu->GetAddressB… in GeneratePubnames() local
108 … const size_t num_attributes = die->GetAttributes(dwarf2Data, cu, fixed_form_sizes, attributes); in GeneratePubnames()
DDWARFDebugInfoEntry.cpp121 const uint8_t *fixed_form_sizes, in FastExtract() argument
160 const uint8_t fixed_skip_size = fixed_form_sizes [form]; in FastExtract()
1214 const uint8_t *fixed_form_sizes, in GetAttributes() argument
1226 if (fixed_form_sizes == NULL) in GetAttributes()
1227fixed_form_sizes = DWARFFormValue::GetFixedFormSizesForAddressSize(cu->GetAddressByteSize()); in GetAttributes()
1269 … die->GetAttributes(dwarf2Data, cu, fixed_form_sizes, attributes, curr_depth + 1); in GetAttributes()
1276 … die->GetAttributes(dwarf2Data, cu_sp_ptr.get(), fixed_form_sizes, attributes, curr_depth + 1); in GetAttributes()
1282 const uint8_t fixed_skip_size = fixed_form_sizes [form]; in GetAttributes()
DDWARFCompileUnit.cpp195 …const uint8_t *fixed_form_sizes = DWARFFormValue::GetFixedFormSizesForAddressSize (GetAddressByteS… in ExtractDIEsIfNeeded() local
197 die.FastExtract (debug_info_data, this, fixed_form_sizes, &offset)) in ExtractDIEsIfNeeded()
617 …const uint8_t *fixed_form_sizes = DWARFFormValue::GetFixedFormSizesForAddressSize (GetAddressByteS… in Index() local
669 … const size_t num_attributes = die.GetAttributes(m_dwarf2Data, this, fixed_form_sizes, attributes); in Index()
DDWARFDebugInfoEntry.h147 const uint8_t *fixed_form_sizes,
165 const uint8_t *fixed_form_sizes,
DSymbolFileDWARF.cpp1418 …const uint8_t *fixed_form_sizes = DWARFFormValue::GetFixedFormSizesForAddressSize (dwarf_cu->GetAd… in ParseTemplateDIE() local
1423 fixed_form_sizes, in ParseTemplateDIE()
1706 …const uint8_t *fixed_form_sizes = DWARFFormValue::GetFixedFormSizesForAddressSize (dwarf_cu->GetAd… in ParseChildMembers() local
1722 fixed_form_sizes, in ParseChildMembers()
2127 fixed_form_sizes, in ParseChildMembers()
4154 …const uint8_t *fixed_form_sizes = DWARFFormValue::GetFixedFormSizesForAddressSize (dwarf_cu->GetAd… in ParseChildParameters() local
4166 … const size_t num_attributes = die->GetAttributes(this, dwarf_cu, fixed_form_sizes, attributes); in ParseChildParameters()
4324 …const uint8_t *fixed_form_sizes = DWARFFormValue::GetFixedFormSizesForAddressSize (dwarf_cu->GetAd… in ParseChildEnumerators() local
4332 …const size_t num_child_attributes = die->GetAttributes(this, dwarf_cu, fixed_form_sizes, attribute… in ParseChildEnumerators()
4403 …const uint8_t *fixed_form_sizes = DWARFFormValue::GetFixedFormSizesForAddressSize (dwarf_cu->GetAd… in ParseChildArrayInfo() local
[all …]