Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGRecordLayout.h122 llvm::StructType *BaseSubobjectType; variable
151 llvm::StructType *BaseSubobjectType, in CGRecordLayout() argument
155 BaseSubobjectType(BaseSubobjectType), in CGRecordLayout()
168 return BaseSubobjectType; in getBaseSubobjectLLVMType()
DCGRecordLayoutBuilder.cpp818 if (BaseSubobjectType) in print()
819 OS << " NonVirtualBaseLLVMType:" << *BaseSubobjectType << "\n"; in print()