Searched refs:LayoutInfo (Results 1 – 8 of 8) sorted by relevance
66 struct LayoutInfo { struct67 LayoutInfo() = default;119 void SetRecordLayout(clang::RecordDecl *decl, const LayoutInfo &layout);453 typedef llvm::DenseMap<const clang::RecordDecl *, LayoutInfo>
549 const LayoutInfo &layout) { in SetRecordLayout()
92 lldb_private::ClangASTImporter::LayoutInfo &layout_info);97 lldb_private::ClangASTImporter::LayoutInfo &layout_info) const;
1195 ClangASTImporter::LayoutInfo layout_info; in CompleteTypeFromUDT()1235 lldb_private::ClangASTImporter::LayoutInfo &layout_info) { in AddRecordMembers()1348 lldb_private::ClangASTImporter::LayoutInfo &layout_info) const { in AddRecordBases()
117 lldb_private::ClangASTImporter::LayoutInfo &layout_info);198 lldb_private::ClangASTImporter::LayoutInfo &layout_info,
1696 ClangASTImporter::LayoutInfo layout; in ParseStructureLikeDIE()1958 ClangASTImporter::LayoutInfo layout_info; in CompleteRecordType()2321 lldb_private::ClangASTImporter::LayoutInfo &layout_info, in ParseSingleMember()2737 ClangASTImporter::LayoutInfo &layout_info) { in ParseChildMembers()
56 ClangASTImporter::LayoutInfo m_layout;
640 LayoutInfoTy LayoutInfo; member in __anon73e642c60411::StructLayoutMap645 for (const auto &I : LayoutInfo) { in ~StructLayoutMap()653 return LayoutInfo[STy]; in operator []()