Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp1011 if (BaseSubobjectType) in print()
1012 OS << " NonVirtualBaseLLVMType:" << *BaseSubobjectType << "\n"; in print()