Home
last modified time | relevance | path

Searched refs:SetRecordLayout (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp298 m_ast_builder.importer().SetRecordLayout(record_decl, m_layout); in complete()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h119 void SetRecordLayout(clang::RecordDecl *decl, const LayoutInfo &layout);
H A DClangASTImporter.cpp548 void ClangASTImporter::SetRecordLayout(clang::RecordDecl *decl, in SetRecordLayout() function in ClangASTImporter
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1226 GetClangASTImporter().SetRecordLayout(record_decl, layout_info); in CompleteTypeFromUDT()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1698 GetClangASTImporter().SetRecordLayout(record_decl, layout); in ParseStructureLikeDIE()
2040 GetClangASTImporter().SetRecordLayout(record_decl, layout_info); in CompleteRecordType()