Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGRecordLayout.h122 llvm::StructType *BaseSubobjectType; variable
151 llvm::StructType *BaseSubobjectType, in CGRecordLayout() argument
155 BaseSubobjectType(BaseSubobjectType), in CGRecordLayout()
168 return BaseSubobjectType; in getBaseSubobjectLLVMType()
H A DCGRecordLayoutBuilder.cpp855 if (BaseSubobjectType) in print()
856 OS << " NonVirtualBaseLLVMType:" << *BaseSubobjectType << "\n"; in print()