Searched refs:bit_offset_ptr (Results 1 – 7 of 7) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/ |
| HD | CompilerType.cpp | 540 uint64_t *bit_offset_ptr, in GetFieldAtIndex() argument 545 return m_type_system->GetFieldAtIndex(m_type, idx, name, bit_offset_ptr, in GetFieldAtIndex() 563 uint32_t *bit_offset_ptr) const { in GetDirectBaseClassAtIndex() 566 bit_offset_ptr); in GetDirectBaseClassAtIndex() 572 uint32_t *bit_offset_ptr) const { in GetVirtualBaseClassAtIndex() 575 bit_offset_ptr); in GetVirtualBaseClassAtIndex() 581 uint64_t *bit_offset_ptr, uint32_t *bitfield_bit_size_ptr, in GetIndexOfFieldWithName() argument 587 GetFieldAtIndex(index, field_name, bit_offset_ptr, in GetIndexOfFieldWithName()
|
| HD | ClangASTContext.cpp | 5226 std::string &name, uint64_t *bit_offset_ptr, in GetObjCFieldAtIndex() argument 5243 if (bit_offset_ptr) { in GetObjCFieldAtIndex() 5246 *bit_offset_ptr = interface_layout.getFieldOffset(ivar_idx); in GetObjCFieldAtIndex() 5277 uint64_t *bit_offset_ptr, in GetFieldAtIndex() argument 5303 if (bit_offset_ptr) { in GetFieldAtIndex() 5306 *bit_offset_ptr = record_layout.getFieldOffset(field_idx); in GetFieldAtIndex() 5347 idx, name, bit_offset_ptr, in GetFieldAtIndex() 5365 idx, name, bit_offset_ptr, in GetFieldAtIndex() 5451 lldb::opaque_compiler_type_t type, size_t idx, uint32_t *bit_offset_ptr) { in GetDirectBaseClassAtIndex() argument 5467 if (bit_offset_ptr) { in GetDirectBaseClassAtIndex() [all …]
|
| /freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| HD | CompilerType.h | 283 uint64_t *bit_offset_ptr, 292 uint32_t *bit_offset_ptr) const; 295 uint32_t *bit_offset_ptr) const; 299 uint64_t *bit_offset_ptr = nullptr,
|
| HD | TypeSystem.h | 291 uint64_t *bit_offset_ptr, 303 uint32_t *bit_offset_ptr) = 0; 307 uint32_t *bit_offset_ptr) = 0;
|
| HD | ClangASTContext.h | 694 std::string &name, uint64_t *bit_offset_ptr, 704 uint32_t *bit_offset_ptr) override; 708 uint32_t *bit_offset_ptr) override;
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| HD | LibCxxMap.cpp | 276 uint64_t bit_offset_ptr; in GetDataType() local 280 0, name, &bit_offset_ptr, &bitfield_bit_size_ptr, &is_bitfield_ptr); in GetDataType()
|
| HD | 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()
|