Home
last modified time | relevance | path

Searched refs:bit_offset_ptr (Results 1 – 7 of 7) sorted by last modified time

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5590 if (bit_offset_ptr) { in GetObjCFieldAtIndex()
5650 if (bit_offset_ptr) { in GetFieldAtIndex()
5816 if (bit_offset_ptr) { in GetDirectBaseClassAtIndex()
5825 *bit_offset_ptr = in GetDirectBaseClassAtIndex()
5830 *bit_offset_ptr = in GetDirectBaseClassAtIndex()
5857 if (bit_offset_ptr) in GetDirectBaseClassAtIndex()
5858 *bit_offset_ptr = 0; in GetDirectBaseClassAtIndex()
5878 if (bit_offset_ptr) in GetDirectBaseClassAtIndex()
5879 *bit_offset_ptr = 0; in GetDirectBaseClassAtIndex()
5911 if (bit_offset_ptr) { in GetVirtualBaseClassAtIndex()
[all …]
H A DTypeSystemClang.h856 std::string &name, uint64_t *bit_offset_ptr,
866 uint32_t *bit_offset_ptr) override;
870 uint32_t *bit_offset_ptr) override;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp806 uint64_t *bit_offset_ptr, in GetFieldAtIndex() argument
811 return type_system_sp->GetFieldAtIndex(m_type, idx, name, bit_offset_ptr, in GetFieldAtIndex()
832 uint32_t *bit_offset_ptr) const { in GetDirectBaseClassAtIndex()
836 bit_offset_ptr); in GetDirectBaseClassAtIndex()
842 uint32_t *bit_offset_ptr) const { in GetVirtualBaseClassAtIndex()
846 bit_offset_ptr); in GetVirtualBaseClassAtIndex()
852 uint64_t *bit_offset_ptr, uint32_t *bitfield_bit_size_ptr, in GetIndexOfFieldWithName() argument
858 GetFieldAtIndex(index, field_name, bit_offset_ptr, in GetIndexOfFieldWithName()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp286 uint64_t bit_offset_ptr; in Update() local
290 0, name, &bit_offset_ptr, &bitfield_bit_size_ptr, &is_bitfield_ptr); in Update()
450 uint64_t bit_offset_ptr; in Update() local
455 0, name, &bit_offset_ptr, &bitfield_bit_size_ptr, &is_bitfield_ptr); in Update()
H A DLibCxxMap.cpp265 uint64_t bit_offset_ptr; in GetDataType() local
269 0, name, &bit_offset_ptr, &bitfield_bit_size_ptr, &is_bitfield_ptr); in GetDataType()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h404 uint64_t *bit_offset_ptr,
413 uint32_t *bit_offset_ptr) const;
416 uint32_t *bit_offset_ptr) const;
420 uint64_t *bit_offset_ptr = nullptr,
H A DTypeSystem.h322 uint64_t *bit_offset_ptr,
334 uint32_t *bit_offset_ptr) = 0;
338 uint32_t *bit_offset_ptr) = 0;