Home
last modified time | relevance | path

Searched refs:baseSubobjectType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenRecordLayout.h134 cir::RecordType baseSubobjectType; variable
161 cir::RecordType baseSubobjectType, bool zeroInitializable, in CIRGenRecordLayout() argument
164 baseSubobjectType(baseSubobjectType), in CIRGenRecordLayout()
174 cir::RecordType getBaseSubobjectCIRType() const { return baseSubobjectType; } in getBaseSubobjectCIRType()
H A DCIRGenRecordLayoutBuilder.cpp655 if (baseSubobjectType) in print()
656 os << " NonVirtualBaseCIRType:" << baseSubobjectType << "\n"; in print()