Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayout.h134 llvm::StructType *BaseSubobjectType; variable
163 llvm::StructType *BaseSubobjectType, in CGRecordLayout() argument
167 BaseSubobjectType(BaseSubobjectType), in CGRecordLayout()
180 return BaseSubobjectType; in getBaseSubobjectLLVMType()
H A DCGRecordLayoutBuilder.cpp1023 if (BaseSubobjectType) in print()
1024 OS << " NonVirtualBaseLLVMType:" << *BaseSubobjectType << "\n"; in print()