Home
last modified time | relevance | path

Searched refs:LayoutInfo (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h66 struct LayoutInfo { struct
67 LayoutInfo() = default;
119 void SetRecordLayout(clang::RecordDecl *decl, const LayoutInfo &layout);
453 typedef llvm::DenseMap<const clang::RecordDecl *, LayoutInfo>
H A DClangASTImporter.cpp549 const LayoutInfo &layout) { in SetRecordLayout()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.h92 lldb_private::ClangASTImporter::LayoutInfo &layout_info);
97 lldb_private::ClangASTImporter::LayoutInfo &layout_info) const;
H A DPDBASTParser.cpp1195 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()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h117 lldb_private::ClangASTImporter::LayoutInfo &layout_info);
198 lldb_private::ClangASTImporter::LayoutInfo &layout_info,
H A DDWARFASTParserClang.cpp1696 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()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.h56 ClangASTImporter::LayoutInfo m_layout;
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp640 LayoutInfoTy LayoutInfo; member in __anon73e642c60411::StructLayoutMap
645 for (const auto &I : LayoutInfo) { in ~StructLayoutMap()
653 return LayoutInfo[STy]; in operator []()