Searched defs:base_offsets (Results 1 – 5 of 5) sorted by relevance
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangASTImporter.cpp | 585 ExtractBaseOffsets(const ASTRecordLayout & record_layout,DeclFromUser<const CXXRecordDecl> & record,llvm::DenseMap<const clang::CXXRecordDecl *,clang::CharUnits> & base_offsets) ExtractBaseOffsets() argument 632 importRecordLayoutFromOrigin(const RecordDecl * record,uint64_t & size,uint64_t & alignment,llvm::DenseMap<const clang::FieldDecl *,uint64_t> & field_offsets,llvm::DenseMap<const clang::CXXRecordDecl *,clang::CharUnits> & base_offsets,llvm::DenseMap<const clang::CXXRecordDecl *,clang::CharUnits> & vbase_offsets) importRecordLayoutFromOrigin() argument 758 LayoutRecordType(const clang::RecordDecl * record_decl,uint64_t & bit_size,uint64_t & alignment,llvm::DenseMap<const clang::FieldDecl *,uint64_t> & field_offsets,llvm::DenseMap<const clang::CXXRecordDecl *,clang::CharUnits> & base_offsets,llvm::DenseMap<const clang::CXXRecordDecl *,clang::CharUnits> & vbase_offsets) LayoutRecordType() argument [all...] |
H A D | ClangASTImporter.h | 75 OffsetMap base_offsets; member
|
H A D | ClangASTSource.cpp | 1352 layoutRecordType(const RecordDecl * record,uint64_t & size,uint64_t & alignment,llvm::DenseMap<const clang::FieldDecl *,uint64_t> & field_offsets,llvm::DenseMap<const clang::CXXRecordDecl *,clang::CharUnits> & base_offsets,llvm::DenseMap<const clang::CXXRecordDecl *,clang::CharUnits> & virtual_base_offsets) layoutRecordType() argument
|
/llvm-project/lldb/unittests/Symbol/ |
H A D | TestClangASTImporter.cpp | 267 llvm::DenseMap<const clang::CXXRecordDecl *, clang::CharUnits> base_offsets; TEST_F() local
|
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 9092 LayoutRecordType(const clang::RecordDecl * record_decl,uint64_t & bit_size,uint64_t & alignment,llvm::DenseMap<const clang::FieldDecl *,uint64_t> & field_offsets,llvm::DenseMap<const clang::CXXRecordDecl *,clang::CharUnits> & base_offsets,llvm::DenseMap<const clang::CXXRecordDecl *,clang::CharUnits> & vbase_offsets) LayoutRecordType() argument
|