Home
last modified time | relevance | path

Searched refs:bit_offset_ptr (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
DCompilerType.cpp544 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-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
DCompilerType.h297 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,
DTypeSystem.h306 uint64_t *bit_offset_ptr,
318 uint32_t *bit_offset_ptr) = 0;
322 uint32_t *bit_offset_ptr) = 0;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibCxxMap.cpp275 uint64_t bit_offset_ptr; in GetDataType() local
279 0, name, &bit_offset_ptr, &bitfield_bit_size_ptr, &is_bitfield_ptr); in GetDataType()
DLibCxx.cpp267 uint64_t bit_offset_ptr; in Update() local
271 0, name, &bit_offset_ptr, &bitfield_bit_size_ptr, &is_bitfield_ptr); in Update()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h777 std::string &name, uint64_t *bit_offset_ptr,
787 uint32_t *bit_offset_ptr) override;
791 uint32_t *bit_offset_ptr) override;
DTypeSystemClang.cpp5604 std::string &name, uint64_t *bit_offset_ptr, in GetObjCFieldAtIndex() argument
5621 if (bit_offset_ptr) { in GetObjCFieldAtIndex()
5624 *bit_offset_ptr = interface_layout.getFieldOffset(ivar_idx); in GetObjCFieldAtIndex()
5655 uint64_t *bit_offset_ptr, in GetFieldAtIndex() argument
5681 if (bit_offset_ptr) { in GetFieldAtIndex()
5684 *bit_offset_ptr = record_layout.getFieldOffset(field_idx); in GetFieldAtIndex()
5725 idx, name, bit_offset_ptr, in GetFieldAtIndex()
5743 idx, name, bit_offset_ptr, in GetFieldAtIndex()
5829 lldb::opaque_compiler_type_t type, size_t idx, uint32_t *bit_offset_ptr) { in GetDirectBaseClassAtIndex() argument
5845 if (bit_offset_ptr) { in GetDirectBaseClassAtIndex()
[all …]