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 D | CompilerType.h | 321 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 D | TypeSystem.h | 301 uint64_t *bit_offset_ptr, 313 uint32_t *bit_offset_ptr) = 0; 317 uint32_t *bit_offset_ptr) = 0;
|
| H A D | ClangASTContext.h | 770 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 D | CompilerType.cpp | 570 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 D | ClangASTContext.cpp | 5956 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 D | LibCxxMap.cpp | 275 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 D | LibCxx.cpp | 231 uint64_t bit_offset_ptr; in Update() local 235 0, name, &bit_offset_ptr, &bitfield_bit_size_ptr, &is_bitfield_ptr); in Update()
|