Searched refs:GetU32_unchecked (Results 1 – 3 of 3) sorted by relevance
871 GetU32_unchecked (lldb::offset_t *offset_ptr) const;
462 DataExtractor::GetU32_unchecked (offset_t *offset_ptr) const in GetU32_unchecked() function in DataExtractor706 case 4: return GetU32_unchecked (offset_ptr); break; in GetMaxU64_unchecked()
178 … case DW_FORM_block4 : form_size = debug_info_data.GetU32_unchecked (&offset);break; in FastExtract()