Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h321 uint64_t *bit_offset_ptr,
330 uint32_t *bit_offset_ptr) const;
333 uint32_t *bit_offset_ptr) const;
337 uint64_t *bit_offset_ptr = nullptr,
H A DTypeSystem.h301 uint64_t *bit_offset_ptr,
313 uint32_t *bit_offset_ptr) = 0;
317 uint32_t *bit_offset_ptr) = 0;
H A DClangASTContext.h770 std::string &name, uint64_t *bit_offset_ptr,
780 uint32_t *bit_offset_ptr) override;
784 uint32_t *bit_offset_ptr) override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp570 uint64_t *bit_offset_ptr, in GetFieldAtIndex() argument
575 return m_type_system->GetFieldAtIndex(m_type, idx, name, bit_offset_ptr, in GetFieldAtIndex()
593 uint32_t *bit_offset_ptr) const { in GetDirectBaseClassAtIndex()
596 bit_offset_ptr); in GetDirectBaseClassAtIndex()
602 uint32_t *bit_offset_ptr) const { in GetVirtualBaseClassAtIndex()
605 bit_offset_ptr); in GetVirtualBaseClassAtIndex()
611 uint64_t *bit_offset_ptr, uint32_t *bitfield_bit_size_ptr, in GetIndexOfFieldWithName() argument
617 GetFieldAtIndex(index, field_name, bit_offset_ptr, in GetIndexOfFieldWithName()
H A DClangASTContext.cpp5956 if (bit_offset_ptr) { in GetObjCFieldAtIndex()
6016 if (bit_offset_ptr) { in GetFieldAtIndex()
6256 if (bit_offset_ptr) { in GetDirectBaseClassAtIndex()
6265 *bit_offset_ptr = in GetDirectBaseClassAtIndex()
6297 if (bit_offset_ptr) in GetDirectBaseClassAtIndex()
6319 if (bit_offset_ptr) in GetDirectBaseClassAtIndex()
6348 idx, bit_offset_ptr); in GetDirectBaseClassAtIndex()
6353 idx, bit_offset_ptr); in GetDirectBaseClassAtIndex()
6386 *bit_offset_ptr = in GetVirtualBaseClassAtIndex()
6416 idx, bit_offset_ptr); in GetVirtualBaseClassAtIndex()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A 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()
H A DLibCxx.cpp231 uint64_t bit_offset_ptr; in Update() local
235 0, name, &bit_offset_ptr, &bitfield_bit_size_ptr, &is_bitfield_ptr); in Update()