| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| index-common.h | 33 typedef uint32_t offset_type; typedef 37 static inline offset_type 40 return (offset_type) extract_unsigned_integer (value, sizeof (offset_type),
|
| mapped-index.h | 38 'mapped_index::symbol_name_at(offset_type)' method. */ 45 offset_type name_offset; 49 offset_type idx; 114 (offset_type idx, dwarf2_per_objfile *per_objfile) const = 0; 118 virtual bool symbol_name_slot_invalid (offset_type idx) const
|
| read-gdb-index.c | 36 offset_type, and allows indexing. Unaligned bytes are specifically 49 /* Extract the INDEXth offset_type from the array. */ 50 offset_type operator[] (size_t index) const 52 const gdb_byte *bytes = &m_bytes[index * sizeof (offset_type)]; 53 return (offset_type) extract_unsigned_integer (bytes, 54 sizeof (offset_type), 61 return m_bytes.size () / sizeof (offset_type); 100 offset_type symbol_name_index (offset_type idx) const 107 offset_type symbol_vec_index (offset_type idx) cons [all...] |
| index-write.c | 135 void append_offset (offset_type value) 176 offset_type index_offset; 179 std::vector<offset_type> cu_indices; 212 gdb_index_symbol_kind kind, offset_type cu_index); 248 offset_type m_element_count = 0; 275 offset_type index, step, hash = mapped_index_string_hash (INT_MAX, name); 371 offset_type cu_index) 395 offset_type cu_index_and_attrs = 0; 427 std::unordered_set<offset_type> seen; 429 [&] (offset_type val 505 std::unordered_map<std::vector<offset_type>, offset_type, local 532 std::unordered_map<c_str_view, offset_type, c_str_view_hasher> str_table; local [all...] |
| read.h | 924 gdb::function_view<bool (offset_type)> match_callback,
|
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| index-common.h | 32 typedef uint32_t offset_type; typedef
|
| read-gdb-index.c | 41 offset_type, and allows indexing. Unaligned bytes are specifically 54 /* Extract the INDEXth offset_type from the array. */ 55 offset_type operator[] (size_t index) const 57 const gdb_byte *bytes = &m_bytes[index * sizeof (offset_type)]; 58 return (offset_type) extract_unsigned_integer (bytes, 59 sizeof (offset_type), 66 return m_bytes.size () / sizeof (offset_type); 91 'mapped_index::symbol_name_at(offset_type)' method. */ 98 offset_type name_offset; 102 offset_type idx [all...] |
| index-write.c | 141 void append_offset (offset_type value) 182 offset_type index_offset; 185 std::vector<offset_type> cu_indices; 218 gdb_index_symbol_kind kind, offset_type cu_index); 254 offset_type m_element_count = 0; 281 offset_type index, step, hash = mapped_index_string_hash (INT_MAX, name); 378 offset_type cu_index) 402 offset_type cu_index_and_attrs = 0; 434 gdb::unordered_set<offset_type> seen; 436 [&] (offset_type val 512 gdb::unordered_map<std::vector<offset_type>, offset_type, local 539 gdb::unordered_map<c_str_view, offset_type, c_str_view_hasher> str_table; local 1089 std::vector<std::pair<offset_type, const cooked_index_entry *>> variable [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| OnDiskHashTable.h | 42 /// typedef uint32_t offset_type; // The type for offsets into the table. 47 /// static std::pair<offset_type, offset_type> 51 /// offset_type KeyLen); 54 /// data_type_ref Data, offset_type DataLen); 73 typedef typename Info::offset_type offset_type; typedef in class:llvm::OnDiskChainedHashTableGenerator 74 offset_type NumBuckets; 75 offset_type NumEntries; 80 offset_type Off 287 typedef typename Info::offset_type offset_type; typedef in class:llvm::OnDiskChainedHashTable 440 typedef typename base_type::offset_type offset_type; typedef in class:llvm::OnDiskIterableChainedHashTable [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/ |
| InstrProfReader.h | 336 using offset_type = uint64_t; 344 static std::pair<offset_type, offset_type> 348 offset_type KeyLen = endian::readNext<offset_type, little, unaligned>(D); 349 offset_type DataLen = endian::readNext<offset_type, little, unaligned>(D); 353 StringRef ReadKey(const unsigned char *D, offset_type N) { 359 data_type ReadData(StringRef K, const unsigned char *D, offset_type N);
|
| /src/external/gpl3/gdb.old/dist/gdb/unittests/ |
| offset-type-selftests.c | 26 namespace offset_type { 170 } /* namespace offset_type */ 177 selftests::register_test ("offset_type", selftests::offset_type::run_tests);
|
| /src/external/gpl3/gdb/dist/gdb/unittests/ |
| offset-type-selftests.c | 26 namespace offset_type { 170 } /* namespace offset_type */ 175 selftests::register_test ("offset_type", selftests::offset_type::run_tests);
|
| /src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| ASTReaderInternals.h | 81 using offset_type = unsigned; 136 using offset_type = unsigned; 209 using offset_type = unsigned; 264 using offset_type = unsigned;
|
| GlobalModuleIndex.cpp | 79 typedef unsigned offset_type; typedef in class:__anon3273::IdentifierIndexReaderTrait 727 typedef unsigned offset_type; typedef in class:__anon3277::IdentifierIndexWriterTrait
|
| /src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
| InstrProfWriter.cpp | 100 using offset_type = uint64_t; 112 static std::pair<offset_type, offset_type> 118 offset_type N = K.size(); 119 LE.write<offset_type>(N); 121 offset_type M = 0; 131 LE.write<offset_type>(M); 136 void EmitKey(raw_ostream &Out, key_type_ref K, offset_type N) { 140 void EmitData(raw_ostream &Out, key_type_ref, data_type_ref V, offset_type) {
|
| InstrProfReader.cpp | 522 using offset_type = InstrProfLookupTrait::offset_type; 539 offset_type N) {
|
| /src/external/gpl3/binutils/dist/binutils/ |
| debug.h | 247 bool (*offset_type) (void *); member in struct:debug_write_fns
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| debug.h | 247 bool (*offset_type) (void *); member in struct:debug_write_fns
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| rtti.cc | 904 case OFFSET_TYPE: 1194 tree offset_type = LONGPTR_T; 1223 offset = fold_convert (offset_type, offset); 1225 LSHIFT_EXPR, offset_type, offset, 1226 build_int_cst (offset_type, 8)); 1228 BIT_IOR_EXPR, offset_type, offset, 1229 build_int_cst (offset_type, flags)); 1261 case OFFSET_TYPE: 1192 tree offset_type = LONGPTR_T; local
|
| error.cc | 560 goto offset_type; 663 case OFFSET_TYPE: 664 offset_type: 892 goto offset_type; 929 case OFFSET_TYPE: 930 offset_type: 932 if (TREE_CODE (t) == OFFSET_TYPE) /* pmfs deal with this in d_t_p */ 1014 case OFFSET_TYPE:
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| rtti.cc | 900 case OFFSET_TYPE: 1190 tree offset_type = LONGPTR_T; 1219 offset = fold_convert (offset_type, offset); 1221 LSHIFT_EXPR, offset_type, offset, 1222 build_int_cst (offset_type, 8)); 1224 BIT_IOR_EXPR, offset_type, offset, 1225 build_int_cst (offset_type, flags)); 1257 case OFFSET_TYPE: 1188 tree offset_type = LONGPTR_T; local
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| gnu-v3-abi.c | 584 struct type *offset_type = vtable_ptrdiff_type (gdbarch); local 601 offset_type->length (), byte_order);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| gnu-v3-abi.c | 584 struct type *offset_type = vtable_ptrdiff_type (gdbarch); local 601 offset_type->length (), byte_order);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-vect-data-refs.cc | 4176 the type of the memory elements being loaded or stored. OFFSET_TYPE 4186 tree vectype, tree memory_type, tree offset_type, 4220 tree offset_vectype = get_vectype_for_scalar_type (vinfo, offset_type); 4251 if (TYPE_PRECISION (offset_type) >= POINTER_SIZE 4252 && TYPE_PRECISION (offset_type) >= element_bits) 4255 offset_type = build_nonstandard_integer_type 4256 (TYPE_PRECISION (offset_type) * 2, TYPE_UNSIGNED (offset_type));
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-vect-data-refs.cc | 3879 the type of the memory elements being loaded or stored. OFFSET_TYPE 3889 tree vectype, tree memory_type, tree offset_type, 3915 tree offset_vectype = get_vectype_for_scalar_type (vinfo, offset_type); 3938 if (TYPE_PRECISION (offset_type) >= POINTER_SIZE 3939 && TYPE_PRECISION (offset_type) >= element_bits) 3942 offset_type = build_nonstandard_integer_type 3943 (TYPE_PRECISION (offset_type) * 2, TYPE_UNSIGNED (offset_type));
|