Searched defs:bit_offset_ptr (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | LibCxxMap.cpp | 265 uint64_t bit_offset_ptr; GetDataType() local
|
H A D | LibCxx.cpp | 286 uint64_t bit_offset_ptr; Update() local 450 uint64_t bit_offset_ptr; Update() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/ |
H A D | CompilerType.cpp | 806 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 852 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
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 5573 GetObjCFieldAtIndex(clang::ASTContext * ast,clang::ObjCInterfaceDecl * class_interface_decl,size_t idx,std::string & name,uint64_t * bit_offset_ptr,uint32_t * bitfield_bit_size_ptr,bool * is_bitfield_ptr) GetObjCFieldAtIndex() argument 5624 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 5800 GetDirectBaseClassAtIndex(lldb::opaque_compiler_type_t type,size_t idx,uint32_t * bit_offset_ptr) GetDirectBaseClassAtIndex() argument 5895 GetVirtualBaseClassAtIndex(lldb::opaque_compiler_type_t type,size_t idx,uint32_t * bit_offset_ptr) GetVirtualBaseClassAtIndex() argument [all...] |