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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayout.h121 llvm::StructType *BaseSubobjectType; member in class:clang::CodeGen::CGRecordLayout
150 llvm::StructType *BaseSubobjectType,
154 BaseSubobjectType(BaseSubobjectType),
167 return BaseSubobjectType;
149 CGRecordLayout(llvm::StructType *CompleteObjectType, llvm::StructType *BaseSubobjectType, bool IsZeroInitializable, bool IsZeroInitializableAsBase) argument
H A DCGRecordLayoutBuilder.cpp867 if (BaseSubobjectType)
868 OS << " NonVirtualBaseLLVMType:" << *BaseSubobjectType << "\n"; local

Completed in 77 milliseconds