Home
last modified time | relevance | path

Searched refs:ComputeRecordLayout (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTypes.h338 CGRecordLayout *ComputeRecordLayout(const RecordDecl *D,
H A DCodeGenTypes.cpp737 CGRecordLayout *Layout = ComputeRecordLayout(RD, Ty); in ConvertRecordDeclType()
H A DCGRecordLayoutBuilder.cpp723 CGRecordLayout *CodeGenTypes::ComputeRecordLayout(const RecordDecl *D, in ComputeRecordLayout() function in CodeGenTypes