Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenTypes.h116 computeRecordLayout(const clang::RecordDecl *rd, cir::RecordType *ty);
H A DCIRGenTypes.cpp250 std::unique_ptr<CIRGenRecordLayout> layout = computeRecordLayout(rd, &entry); in convertRecordDeclType()
H A DCIRGenRecordLayoutBuilder.cpp590 CIRGenTypes::computeRecordLayout(const RecordDecl *rd, cir::RecordType *ty) { in computeRecordLayout() function in CIRGenTypes