HomeSort by relevance Sort by last modified time
    Searched refs:BaseSubobjectType (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGRecordLayout.h 122 llvm::StructType *BaseSubobjectType;
151 llvm::StructType *BaseSubobjectType,
155 BaseSubobjectType(BaseSubobjectType),
168 return BaseSubobjectType;
CGRecordLayoutBuilder.cpp 40 /// BaseSubobjectType - Holds the LLVM type for the non-virtual part
55 llvm::StructType *BaseSubobjectType;
196 : BaseSubobjectType(0),
744 BaseSubobjectType = llvm::StructType::create(Types.getLLVMContext(),
746 Types.addRecordTypeName(RD, BaseSubobjectType, ".base");
    [all...]

Completed in 41 milliseconds