Home
last modified time | relevance | path

Searched refs:CompleteObjectType (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
DCGRecordLayout.h118 llvm::StructType *CompleteObjectType;
150 CGRecordLayout(llvm::StructType *CompleteObjectType, in CGRecordLayout() argument
154 : CompleteObjectType(CompleteObjectType), in CGRecordLayout()
162 return CompleteObjectType; in getLLVMType()
DCGRecordLayoutBuilder.cpp817 OS << " LLVMType:" << *CompleteObjectType << "\n"; in print()
/external/llvm-project/clang/lib/CodeGen/
DCGRecordLayout.h130 llvm::StructType *CompleteObjectType;
162 CGRecordLayout(llvm::StructType *CompleteObjectType, in CGRecordLayout() argument
166 : CompleteObjectType(CompleteObjectType), in CGRecordLayout()
174 return CompleteObjectType; in getLLVMType()
DCGRecordLayoutBuilder.cpp1005 OS << " LLVMType:" << *CompleteObjectType << "\n"; in print()