Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDClangASTType.h388 uint32_t *bit_offset_ptr) const;
392 uint32_t *bit_offset_ptr) const;
397 uint64_t *bit_offset_ptr,
404 uint64_t *bit_offset_ptr = NULL,
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTType.cpp2906 ClangASTType::GetDirectBaseClassAtIndex (size_t idx, uint32_t *bit_offset_ptr) const in GetDirectBaseClassAtIndex()
2929 if (bit_offset_ptr) in GetDirectBaseClassAtIndex()
2934 … *bit_offset_ptr = record_layout.getVBaseClassOffset(base_class_decl).getQuantity() * 8; in GetDirectBaseClassAtIndex()
2936 … *bit_offset_ptr = record_layout.getBaseClassOffset(base_class_decl).getQuantity() * 8; in GetDirectBaseClassAtIndex()
2946 return GetPointeeType().GetDirectBaseClassAtIndex(idx,bit_offset_ptr); in GetDirectBaseClassAtIndex()
2961 if (bit_offset_ptr) in GetDirectBaseClassAtIndex()
2962 *bit_offset_ptr = 0; in GetDirectBaseClassAtIndex()
2982 if (bit_offset_ptr) in GetDirectBaseClassAtIndex()
2983 *bit_offset_ptr = 0; in GetDirectBaseClassAtIndex()
2993 …fType>(qual_type)->getDecl()->getUnderlyingType()).GetDirectBaseClassAtIndex (idx, bit_offset_ptr); in GetDirectBaseClassAtIndex()
[all …]