Searched refs:bit_offset_ptr (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 544 uint64_t *bit_offset_ptr, in GetFieldAtIndex() argument 549 return m_type_system->GetFieldAtIndex(m_type, idx, name, bit_offset_ptr, in GetFieldAtIndex() 567 uint32_t *bit_offset_ptr) const { in GetDirectBaseClassAtIndex() 570 bit_offset_ptr); in GetDirectBaseClassAtIndex() 576 uint32_t *bit_offset_ptr) const { in GetVirtualBaseClassAtIndex() 579 bit_offset_ptr); in GetVirtualBaseClassAtIndex() 585 uint64_t *bit_offset_ptr, uint32_t *bitfield_bit_size_ptr, in GetIndexOfFieldWithName() argument 591 GetFieldAtIndex(index, field_name, bit_offset_ptr, in GetIndexOfFieldWithName()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 297 uint64_t *bit_offset_ptr, 306 uint32_t *bit_offset_ptr) const; 309 uint32_t *bit_offset_ptr) const; 313 uint64_t *bit_offset_ptr = nullptr,
|
| H A D | TypeSystem.h | 306 uint64_t *bit_offset_ptr, 318 uint32_t *bit_offset_ptr) = 0; 322 uint32_t *bit_offset_ptr) = 0;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibCxxMap.cpp | 275 uint64_t bit_offset_ptr; in GetDataType() local 279 0, name, &bit_offset_ptr, &bitfield_bit_size_ptr, &is_bitfield_ptr); in GetDataType()
|
| H A D | LibCxx.cpp | 267 uint64_t bit_offset_ptr; in Update() local 271 0, name, &bit_offset_ptr, &bitfield_bit_size_ptr, &is_bitfield_ptr); in Update()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 777 std::string &name, uint64_t *bit_offset_ptr, 787 uint32_t *bit_offset_ptr) override; 791 uint32_t *bit_offset_ptr) override;
|
| H A D | TypeSystemClang.cpp | 5621 if (bit_offset_ptr) { in GetObjCFieldAtIndex() 5681 if (bit_offset_ptr) { in GetFieldAtIndex() 5845 if (bit_offset_ptr) { in GetDirectBaseClassAtIndex() 5854 *bit_offset_ptr = in GetDirectBaseClassAtIndex() 5859 *bit_offset_ptr = in GetDirectBaseClassAtIndex() 5886 if (bit_offset_ptr) in GetDirectBaseClassAtIndex() 5887 *bit_offset_ptr = 0; in GetDirectBaseClassAtIndex() 5907 if (bit_offset_ptr) in GetDirectBaseClassAtIndex() 5908 *bit_offset_ptr = 0; in GetDirectBaseClassAtIndex() 5940 if (bit_offset_ptr) { in GetVirtualBaseClassAtIndex() [all …]
|