Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayout.h135 llvm::StructType *BaseSubobjectType; variable
164 llvm::StructType *BaseSubobjectType, in CGRecordLayout() argument
168 BaseSubobjectType(BaseSubobjectType), in CGRecordLayout()
181 return BaseSubobjectType; in getBaseSubobjectLLVMType()
H A DCGRecordLayoutBuilder.cpp1220 if (BaseSubobjectType) in print()
1221 OS << " NonVirtualBaseLLVMType:" << *BaseSubobjectType << "\n"; in print()