Searched refs:LayoutInfo (Results 1 – 11 of 11) sorted by relevance
105 SSPLayoutInfo LayoutInfo; variable116 return LayoutInfo.shouldEmitSDCheck(BB); in shouldEmitSDCheck()122 LayoutInfo.copyToMachineFrameInfo(MFI); in copyToMachineFrameInfo()
177 LayoutInfo.HasPrologue = false; in runOnFunction()178 LayoutInfo.HasIRCheck = false; in runOnFunction()180 LayoutInfo.SSPBufferSize = Fn.getFnAttributeAsParsedInteger( in runOnFunction()182 if (!requiresStackProtector(F, &LayoutInfo.Layout)) in runOnFunction()196 LayoutInfo.HasPrologue, LayoutInfo.HasIRCheck); in runOnFunction()
181 lldb_private::ClangASTImporter::LayoutInfo &layout_info);313 lldb_private::ClangASTImporter::LayoutInfo const &layout_info) const;338 lldb_private::ClangASTImporter::LayoutInfo &layout_info,400 lldb_private::ClangASTImporter::LayoutInfo &layout_info);416 lldb_private::ClangASTImporter::LayoutInfo &layout_info);
1429 ClangASTImporter::LayoutInfo &layout_info) { in ParseInheritance()1896 ClangASTImporter::LayoutInfo layout; in ParseStructureLikeDIE()2164 ClangASTImporter::LayoutInfo layout_info; in CompleteRecordType()2906 lldb_private::ClangASTImporter::LayoutInfo &layout_info, in ParseSingleMember()3136 ClangASTImporter::LayoutInfo &layout_info) { in ParseChildMembers()3831 lldb_private::ClangASTImporter::LayoutInfo const &layout_info) const { in ShouldCreateUnnamedBitfield()3863 ClangASTImporter::LayoutInfo &layout_info) { in ParseRustVariantPart()
66 struct LayoutInfo { struct67 LayoutInfo() = default;119 void SetRecordLayout(clang::RecordDecl *decl, const LayoutInfo &layout);453 typedef llvm::DenseMap<const clang::RecordDecl *, LayoutInfo>
550 const LayoutInfo &layout) { in SetRecordLayout()
92 lldb_private::ClangASTImporter::LayoutInfo &layout_info);97 lldb_private::ClangASTImporter::LayoutInfo &layout_info) const;
1204 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()
57 ClangASTImporter::LayoutInfo m_layout;139 ClangASTImporter::LayoutInfo &parent_layout,
342 ClangASTImporter::LayoutInfo &parent_layout, in AddMember()368 ClangASTImporter::LayoutInfo layout; in AddMember()
687 LayoutInfoTy LayoutInfo; member in __anona71b13080611::StructLayoutMap692 for (const auto &I : LayoutInfo) { in ~StructLayoutMap()700 return LayoutInfo[STy]; in operator []()