Searched refs:bit_offset_ptr (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/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 | 305 uint64_t *bit_offset_ptr, 317 uint32_t *bit_offset_ptr) = 0; 321 uint32_t *bit_offset_ptr) = 0;
|
| /llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibCxx.cpp | 270 uint64_t bit_offset_ptr; in Update() local 274 0, name, &bit_offset_ptr, &bitfield_bit_size_ptr, &is_bitfield_ptr); in Update() 435 uint64_t bit_offset_ptr; in Update() local 440 0, name, &bit_offset_ptr, &bitfield_bit_size_ptr, &is_bitfield_ptr); in Update()
|
| H A D | LibCxxMap.cpp | 273 uint64_t bit_offset_ptr; in GetDataType() local 277 0, name, &bit_offset_ptr, &bitfield_bit_size_ptr, &is_bitfield_ptr); in GetDataType()
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 769 std::string &name, uint64_t *bit_offset_ptr, 779 uint32_t *bit_offset_ptr) override; 783 uint32_t *bit_offset_ptr) override;
|
| H A D | TypeSystemClang.cpp | 5662 if (bit_offset_ptr) { in GetObjCFieldAtIndex() 5722 if (bit_offset_ptr) { in GetFieldAtIndex() 5886 if (bit_offset_ptr) { in GetDirectBaseClassAtIndex() 5895 *bit_offset_ptr = in GetDirectBaseClassAtIndex() 5900 *bit_offset_ptr = in GetDirectBaseClassAtIndex() 5927 if (bit_offset_ptr) in GetDirectBaseClassAtIndex() 5928 *bit_offset_ptr = 0; in GetDirectBaseClassAtIndex() 5948 if (bit_offset_ptr) in GetDirectBaseClassAtIndex() 5949 *bit_offset_ptr = 0; in GetDirectBaseClassAtIndex() 5981 if (bit_offset_ptr) { in GetVirtualBaseClassAtIndex() [all …]
|