Home
last modified time | relevance | path

Searched refs:GetFixedFormSizesForAddressSize (Results 1 – 6 of 6) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFFormValue.h73 static const uint8_t * GetFixedFormSizesForAddressSize (uint8_t addr_size);
DDWARFDebugPubnames.cpp89 …const uint8_t *fixed_form_sizes = DWARFFormValue::GetFixedFormSizesForAddressSize (cu->GetAddressB… in GeneratePubnames()
DDWARFCompileUnit.cpp195 …const uint8_t *fixed_form_sizes = DWARFFormValue::GetFixedFormSizesForAddressSize (GetAddressByteS… in ExtractDIEsIfNeeded()
617 …const uint8_t *fixed_form_sizes = DWARFFormValue::GetFixedFormSizesForAddressSize (GetAddressByteS… in Index()
DDWARFFormValue.cpp100 DWARFFormValue::GetFixedFormSizesForAddressSize (uint8_t addr_size) in GetFixedFormSizesForAddressSize() function in DWARFFormValue
DSymbolFileDWARF.cpp1418 …const uint8_t *fixed_form_sizes = DWARFFormValue::GetFixedFormSizesForAddressSize (dwarf_cu->GetAd… in ParseTemplateDIE()
1706 …const uint8_t *fixed_form_sizes = DWARFFormValue::GetFixedFormSizesForAddressSize (dwarf_cu->GetAd… in ParseChildMembers()
4154 …const uint8_t *fixed_form_sizes = DWARFFormValue::GetFixedFormSizesForAddressSize (dwarf_cu->GetAd… in ParseChildParameters()
4324 …const uint8_t *fixed_form_sizes = DWARFFormValue::GetFixedFormSizesForAddressSize (dwarf_cu->GetAd… in ParseChildEnumerators()
4403 …const uint8_t *fixed_form_sizes = DWARFFormValue::GetFixedFormSizesForAddressSize (dwarf_cu->GetAd… in ParseChildArrayInfo()
7288 …const uint8_t *fixed_form_sizes = DWARFFormValue::GetFixedFormSizesForAddressSize (dwarf_cu->GetAd… in ParseVariableDIE()
7298 …const uint8_t *fixed_form_sizes = DWARFFormValue::GetFixedFormSizesForAddressSize (dwarf_cu->GetAd… in ParseVariableDIE()
DDWARFDebugInfoEntry.cpp1227 … fixed_form_sizes = DWARFFormValue::GetFixedFormSizesForAddressSize(cu->GetAddressByteSize()); in GetAttributes()