Home | History | Annotate | Download | only in DWARF

Lines Matching defs:block_length

1766                                     uint32_t block_length = form_value.Unsigned();
1774 block_length,
2157 uint32_t block_length = form_value.Unsigned();
2165 block_length,
4195 // uint32_t block_length = form_value.Unsigned();
4196 // DataExtractor location(debug_info_data, form_value.BlockData() - debug_info_data.GetDataStart(), block_length);
7282 uint32_t block_length = form_value.Unsigned();
7283 location.CopyOpcodeData(debug_info_data, block_offset, block_length);
7322 uint32_t block_length = form_value.Unsigned();
7323 location.CopyOpcodeData(get_debug_info_data(), block_offset, block_length);