Home
last modified time | relevance | path

Searched refs:index_entry (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_value.cc48 for (const int64 index_entry : index) { in ToLocationProto() local
49 proto.add_shape_index(index_entry); in ToLocationProto()
/external/llvm-project/lldb/tools/compact-unwind/
Dcompact-unwind-dumper.c1379 struct unwind_info_section_header_index_entry index_entry; in print_index_sections() local
1380 memcpy(&index_entry, offset, in print_index_sections()
1384 cur_idx, index_entry.functionOffset, in print_index_sections()
1385 index_entry.secondLevelPagesSectionOffset, in print_index_sections()
1386 index_entry.lsdaIndexArraySectionOffset); in print_index_sections()
1389 if (index_entry.secondLevelPagesSectionOffset != 0) { in print_index_sections()
1396 baton.compact_unwind_start + index_entry.lsdaIndexArraySectionOffset; in print_index_sections()
1414 lsda_entry.functionOffset - index_entry.functionOffset, in print_index_sections()
1423 baton.first_level_index_entry = index_entry; in print_index_sections()