Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTImporter.h85 struct LayoutInfo { struct
86 LayoutInfo() in LayoutInfo() function
118 void InsertRecordDecl(clang::RecordDecl *decl, const LayoutInfo &layout);
337 typedef llvm::DenseMap<const clang::RecordDecl *, LayoutInfo>
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.h93 lldb_private::ClangASTImporter::LayoutInfo &layout_info);
98 lldb_private::ClangASTImporter::LayoutInfo &layout_info) const;
H A DPDBASTParser.cpp1165 ClangASTImporter::LayoutInfo layout_info; in CompleteTypeFromUDT()
1205 lldb_private::ClangASTImporter::LayoutInfo &layout_info) { in AddRecordMembers()
1272 lldb_private::ClangASTImporter::LayoutInfo &layout_info) const { in AddRecordBases()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.h52 ClangASTImporter::LayoutInfo m_layout;
/freebsd-12.1/contrib/llvm/lib/IR/
H A DDataLayout.cpp557 LayoutInfoTy LayoutInfo; member in __anon310ff0d70311::StructLayoutMap
562 for (const auto &I : LayoutInfo) { in ~StructLayoutMap()
570 return LayoutInfo[STy]; in operator []()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h92 lldb_private::ClangASTImporter::LayoutInfo &layout_info);
H A DDWARFASTParserClang.cpp916 record_decl, ClangASTImporter::LayoutInfo()); in ParseTypeFromDWARF()
2169 ClangASTImporter::LayoutInfo layout_info; in CompleteTypeFromDWARF()
2683 bool &is_a_class, ClangASTImporter::LayoutInfo &layout_info) { in ParseChildMembers()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTImporter.cpp515 const LayoutInfo &layout) { in InsertRecordDecl()