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

/external/clang/lib/CodeGen/
H A DCGRecordLayout.h122 llvm::StructType *BaseSubobjectType; member in class:clang::CodeGen::CGRecordLayout
151 llvm::StructType *BaseSubobjectType,
155 BaseSubobjectType(BaseSubobjectType),
168 return BaseSubobjectType;
150 CGRecordLayout(llvm::StructType *CompleteObjectType, llvm::StructType *BaseSubobjectType, bool IsZeroInitializable, bool IsZeroInitializableAsBase) argument
H A DCGRecordLayoutBuilder.cpp771 if (BaseSubobjectType)
772 OS << " NonVirtualBaseLLVMType:" << *BaseSubobjectType << "\n"; local

Completed in 654 milliseconds