Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp550 const LayoutInfo &layout) { in SetRecordLayout()
/openbsd-src/gnu/llvm/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.cpp1206 ClangASTImporter::LayoutInfo layout_info; in CompleteTypeFromUDT()
1246 lldb_private::ClangASTImporter::LayoutInfo &layout_info) { in AddRecordMembers()
1359 lldb_private::ClangASTImporter::LayoutInfo &layout_info) const { in AddRecordBases()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h152 lldb_private::ClangASTImporter::LayoutInfo &layout_info);
248 lldb_private::ClangASTImporter::LayoutInfo &layout_info,
288 lldb_private::ClangASTImporter::LayoutInfo &layout_info);
H A DDWARFASTParserClang.cpp1374 ClangASTImporter::LayoutInfo &layout_info) { in ParseInheritance()
1855 ClangASTImporter::LayoutInfo layout; in ParseStructureLikeDIE()
2117 ClangASTImporter::LayoutInfo layout_info; in CompleteRecordType()
2728 lldb_private::ClangASTImporter::LayoutInfo &layout_info, in ParseSingleMember()
2998 ClangASTImporter::LayoutInfo &layout_info) { in ParseChildMembers()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.h57 ClangASTImporter::LayoutInfo m_layout;
139 ClangASTImporter::LayoutInfo &parent_layout,
H A DUdtRecordCompleter.cpp342 ClangASTImporter::LayoutInfo &parent_layout, in AddMember()
368 ClangASTImporter::LayoutInfo layout; in AddMember()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDataLayout.cpp650 LayoutInfoTy LayoutInfo; member in __anon4900bb090411::StructLayoutMap
655 for (const auto &I : LayoutInfo) { in ~StructLayoutMap()
663 return LayoutInfo[STy]; in operator []()