Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DStackProtector.h105 SSPLayoutInfo LayoutInfo; variable
112 SSPLayoutInfo &getLayoutInfo() { return LayoutInfo; } in getLayoutInfo()
118 return LayoutInfo.shouldEmitSDCheck(BB); in shouldEmitSDCheck()
124 LayoutInfo.copyToMachineFrameInfo(MFI); in copyToMachineFrameInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h187 lldb_private::ClangASTImporter::LayoutInfo &layout_info);
319 lldb_private::ClangASTImporter::LayoutInfo const &layout_info) const;
344 lldb_private::ClangASTImporter::LayoutInfo &layout_info,
456 lldb_private::ClangASTImporter::LayoutInfo &layout_info);
472 lldb_private::ClangASTImporter::LayoutInfo &layout_info);
H A DDWARFASTParserClang.cpp1463 ClangASTImporter::LayoutInfo &layout_info) { in ParseInheritance()
2089 ClangASTImporter::LayoutInfo layout_info; in CompleteRecordType()
2836 lldb_private::ClangASTImporter::LayoutInfo &layout_info, in ParseSingleMember()
3066 ClangASTImporter::LayoutInfo &layout_info) { in ParseChildMembers()
3761 lldb_private::ClangASTImporter::LayoutInfo const &layout_info) const { in ShouldCreateUnnamedBitfield()
3793 ClangASTImporter::LayoutInfo &layout_info) { in ParseRustVariantPart()
/freebsd/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.cpp1204 ClangASTImporter::LayoutInfo layout_info; in CompleteTypeFromUDT()
1244 lldb_private::ClangASTImporter::LayoutInfo &layout_info) { in AddRecordMembers()
1366 lldb_private::ClangASTImporter::LayoutInfo &layout_info) const { in AddRecordBases()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h67 struct LayoutInfo { struct
68 LayoutInfo() = default;
120 void SetRecordLayout(clang::RecordDecl *decl, const LayoutInfo &layout);
475 typedef llvm::DenseMap<const clang::RecordDecl *, LayoutInfo>
H A DClangASTImporter.cpp792 const LayoutInfo &layout) { in SetRecordLayout()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.h57 ClangASTImporter::LayoutInfo m_layout;
139 ClangASTImporter::LayoutInfo &parent_layout,
H A DUdtRecordCompleter.cpp345 ClangASTImporter::LayoutInfo &parent_layout, in AddMember()
371 ClangASTImporter::LayoutInfo layout; in AddMember()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp687 LayoutInfoTy LayoutInfo; member in __anonc1447c920611::StructLayoutMap
692 for (const auto &I : LayoutInfo) { in ~StructLayoutMap()
700 return LayoutInfo[STy]; in operator []()