Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h417 uint64_t *bit_offset_ptr,
426 uint32_t *bit_offset_ptr) const;
429 uint32_t *bit_offset_ptr) const;
435 uint64_t *bit_offset_ptr = nullptr,
H A DTypeSystem.h340 uint64_t *bit_offset_ptr,
352 uint32_t *bit_offset_ptr) = 0;
356 uint32_t *bit_offset_ptr) = 0;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp835 uint64_t *bit_offset_ptr, in GetFieldAtIndex() argument
840 return type_system_sp->GetFieldAtIndex(m_type, idx, name, bit_offset_ptr, in GetFieldAtIndex()
861 uint32_t *bit_offset_ptr) const { in GetDirectBaseClassAtIndex()
865 bit_offset_ptr); in GetDirectBaseClassAtIndex()
871 uint32_t *bit_offset_ptr) const { in GetVirtualBaseClassAtIndex()
875 bit_offset_ptr); in GetVirtualBaseClassAtIndex()
887 uint64_t *bit_offset_ptr, uint32_t *bitfield_bit_size_ptr, in GetIndexOfFieldWithName() argument
893 GetFieldAtIndex(index, field_name, bit_offset_ptr, in GetIndexOfFieldWithName()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h871 std::string &name, uint64_t *bit_offset_ptr,
881 uint32_t *bit_offset_ptr) override;
885 uint32_t *bit_offset_ptr) override;
H A DTypeSystemClang.cpp5660 std::string &name, uint64_t *bit_offset_ptr, in GetObjCFieldAtIndex() argument
5677 if (bit_offset_ptr) { in GetObjCFieldAtIndex()
5680 *bit_offset_ptr = interface_layout.getFieldOffset(ivar_idx); in GetObjCFieldAtIndex()
5711 uint64_t *bit_offset_ptr, in GetFieldAtIndex() argument
5737 if (bit_offset_ptr) { in GetFieldAtIndex()
5740 *bit_offset_ptr = record_layout.getFieldOffset(field_idx); in GetFieldAtIndex()
5782 name, bit_offset_ptr, bitfield_bit_size_ptr, in GetFieldAtIndex()
5801 name, bit_offset_ptr, bitfield_bit_size_ptr, in GetFieldAtIndex()
5887 lldb::opaque_compiler_type_t type, size_t idx, uint32_t *bit_offset_ptr) { in GetDirectBaseClassAtIndex() argument
5903 if (bit_offset_ptr) { in GetDirectBaseClassAtIndex()
[all …]