Searched refs:bit_offset_ptr (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 621 uint64_t *bit_offset_ptr, in GetFieldAtIndex() argument 626 return type_system_sp->GetFieldAtIndex(m_type, idx, name, bit_offset_ptr, in GetFieldAtIndex() 647 uint32_t *bit_offset_ptr) const { in GetDirectBaseClassAtIndex() 651 bit_offset_ptr); in GetDirectBaseClassAtIndex() 657 uint32_t *bit_offset_ptr) const { in GetVirtualBaseClassAtIndex() 661 bit_offset_ptr); in GetVirtualBaseClassAtIndex() 667 uint64_t *bit_offset_ptr, uint32_t *bitfield_bit_size_ptr, in GetIndexOfFieldWithName() argument 673 GetFieldAtIndex(index, field_name, bit_offset_ptr, in GetIndexOfFieldWithName()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 357 uint64_t *bit_offset_ptr, 366 uint32_t *bit_offset_ptr) const; 369 uint32_t *bit_offset_ptr) const; 373 uint64_t *bit_offset_ptr = nullptr,
|
| H A D | TypeSystem.h | 317 uint64_t *bit_offset_ptr, 329 uint32_t *bit_offset_ptr) = 0; 333 uint32_t *bit_offset_ptr) = 0;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibCxx.cpp | 282 uint64_t bit_offset_ptr; in Update() local 286 0, name, &bit_offset_ptr, &bitfield_bit_size_ptr, &is_bitfield_ptr); in Update() 447 uint64_t bit_offset_ptr; in Update() local 452 0, name, &bit_offset_ptr, &bitfield_bit_size_ptr, &is_bitfield_ptr); in Update()
|
| H A D | LibCxxMap.cpp | 273 uint64_t bit_offset_ptr; in GetDataType() local 277 0, name, &bit_offset_ptr, &bitfield_bit_size_ptr, &is_bitfield_ptr); in GetDataType()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 785 std::string &name, uint64_t *bit_offset_ptr, 795 uint32_t *bit_offset_ptr) override; 799 uint32_t *bit_offset_ptr) override;
|
| H A D | TypeSystemClang.cpp | 5698 std::string &name, uint64_t *bit_offset_ptr, in GetObjCFieldAtIndex() argument 5715 if (bit_offset_ptr) { in GetObjCFieldAtIndex() 5718 *bit_offset_ptr = interface_layout.getFieldOffset(ivar_idx); in GetObjCFieldAtIndex() 5749 uint64_t *bit_offset_ptr, in GetFieldAtIndex() argument 5775 if (bit_offset_ptr) { in GetFieldAtIndex() 5778 *bit_offset_ptr = record_layout.getFieldOffset(field_idx); in GetFieldAtIndex() 5820 name, bit_offset_ptr, bitfield_bit_size_ptr, in GetFieldAtIndex() 5839 name, bit_offset_ptr, bitfield_bit_size_ptr, in GetFieldAtIndex() 5925 lldb::opaque_compiler_type_t type, size_t idx, uint32_t *bit_offset_ptr) { in GetDirectBaseClassAtIndex() argument 5941 if (bit_offset_ptr) { in GetDirectBaseClassAtIndex() [all …]
|