Searched refs:bit_offset_ptr (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | CompilerType.h | 290 uint64_t *bit_offset_ptr, 299 uint32_t *bit_offset_ptr) const; 302 uint32_t *bit_offset_ptr) const; 306 uint64_t *bit_offset_ptr = nullptr,
|
D | TypeSystem.h | 301 uint64_t *bit_offset_ptr, 313 uint32_t *bit_offset_ptr) = 0; 317 uint32_t *bit_offset_ptr) = 0;
|
/external/llvm-project/lldb/source/Symbol/ |
D | CompilerType.cpp | 532 uint64_t *bit_offset_ptr, in GetFieldAtIndex() argument 537 return m_type_system->GetFieldAtIndex(m_type, idx, name, bit_offset_ptr, in GetFieldAtIndex() 555 uint32_t *bit_offset_ptr) const { in GetDirectBaseClassAtIndex() 558 bit_offset_ptr); in GetDirectBaseClassAtIndex() 564 uint32_t *bit_offset_ptr) const { in GetVirtualBaseClassAtIndex() 567 bit_offset_ptr); in GetVirtualBaseClassAtIndex() 573 uint64_t *bit_offset_ptr, uint32_t *bitfield_bit_size_ptr, in GetIndexOfFieldWithName() argument 579 GetFieldAtIndex(index, field_name, bit_offset_ptr, in GetIndexOfFieldWithName()
|
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
D | LibCxxMap.cpp | 276 uint64_t bit_offset_ptr; in GetDataType() local 280 0, name, &bit_offset_ptr, &bitfield_bit_size_ptr, &is_bitfield_ptr); in GetDataType()
|
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()
|
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
D | TypeSystemClang.h | 780 std::string &name, uint64_t *bit_offset_ptr, 790 uint32_t *bit_offset_ptr) override; 794 uint32_t *bit_offset_ptr) override;
|
D | TypeSystemClang.cpp | 5477 std::string &name, uint64_t *bit_offset_ptr, in GetObjCFieldAtIndex() argument 5494 if (bit_offset_ptr) { in GetObjCFieldAtIndex() 5497 *bit_offset_ptr = interface_layout.getFieldOffset(ivar_idx); in GetObjCFieldAtIndex() 5528 uint64_t *bit_offset_ptr, in GetFieldAtIndex() argument 5554 if (bit_offset_ptr) { in GetFieldAtIndex() 5557 *bit_offset_ptr = record_layout.getFieldOffset(field_idx); in GetFieldAtIndex() 5598 idx, name, bit_offset_ptr, in GetFieldAtIndex() 5616 idx, name, bit_offset_ptr, in GetFieldAtIndex() 5702 lldb::opaque_compiler_type_t type, size_t idx, uint32_t *bit_offset_ptr) { in GetDirectBaseClassAtIndex() argument 5718 if (bit_offset_ptr) { in GetDirectBaseClassAtIndex() [all …]
|