Searched defs:bit_offset_ptr (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/source/Symbol/ |
H A D | CompilerType.cpp | 835 GetFieldAtIndex(size_t idx,std::string & name,uint64_t * bit_offset_ptr,uint32_t * bitfield_bit_size_ptr,bool * is_bitfield_ptr) const GetFieldAtIndex() argument 887 GetIndexOfFieldWithName(const char * name,CompilerType * field_compiler_type_ptr,uint64_t * bit_offset_ptr,uint32_t * bitfield_bit_size_ptr,bool * is_bitfield_ptr) const GetIndexOfFieldWithName() argument
|
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 5660 if (bit_offset_ptr) { in GetObjCFieldAtIndex() argument 5711 GetFieldAtIndex(lldb::opaque_compiler_type_t type,size_t idx,std::string & name,uint64_t * bit_offset_ptr,uint32_t * bitfield_bit_size_ptr,bool * is_bitfield_ptr) GetFieldAtIndex() argument 5887 GetDirectBaseClassAtIndex(lldb::opaque_compiler_type_t type,size_t idx,uint32_t * bit_offset_ptr) GetDirectBaseClassAtIndex() argument 5982 GetVirtualBaseClassAtIndex(lldb::opaque_compiler_type_t type,size_t idx,uint32_t * bit_offset_ptr) GetVirtualBaseClassAtIndex() argument [all...] |