Searched refs:bit_offset_ptr (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 425 uint64_t *bit_offset_ptr, 434 uint32_t *bit_offset_ptr) const; 437 uint32_t *bit_offset_ptr) const;
|
| H A D | TypeSystem.h | 344 uint64_t *bit_offset_ptr, 356 uint32_t *bit_offset_ptr) = 0; 360 uint32_t *bit_offset_ptr) = 0;
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 846 uint64_t *bit_offset_ptr, in GetFieldAtIndex() argument 851 return type_system_sp->GetFieldAtIndex(m_type, idx, name, bit_offset_ptr, in GetFieldAtIndex() 872 uint32_t *bit_offset_ptr) const { in GetDirectBaseClassAtIndex() 876 bit_offset_ptr); in GetDirectBaseClassAtIndex() 882 uint32_t *bit_offset_ptr) const { in GetVirtualBaseClassAtIndex() 886 bit_offset_ptr); in GetVirtualBaseClassAtIndex()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 5634 std::string &name, uint64_t *bit_offset_ptr, in GetObjCFieldAtIndex() argument 5651 if (bit_offset_ptr) { in GetObjCFieldAtIndex() 5654 *bit_offset_ptr = interface_layout.getFieldOffset(ivar_idx); in GetObjCFieldAtIndex() 5685 uint64_t *bit_offset_ptr, in GetFieldAtIndex() argument 5711 if (bit_offset_ptr) { in GetFieldAtIndex() 5714 *bit_offset_ptr = record_layout.getFieldOffset(field_idx); in GetFieldAtIndex() 5756 name, bit_offset_ptr, bitfield_bit_size_ptr, in GetFieldAtIndex() 5775 name, bit_offset_ptr, bitfield_bit_size_ptr, in GetFieldAtIndex() 5861 lldb::opaque_compiler_type_t type, size_t idx, uint32_t *bit_offset_ptr) { in GetDirectBaseClassAtIndex() argument 5877 if (bit_offset_ptr) { in GetDirectBaseClassAtIndex() [all …]
|
| H A D | TypeSystemClang.h | 870 std::string &name, uint64_t *bit_offset_ptr, 880 uint32_t *bit_offset_ptr) override; 884 uint32_t *bit_offset_ptr) override;
|