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

/external/clang/lib/CodeGen/
H A DCGRecordLayout.h1 //===--- CGRecordLayout.h - LLVM Record Layout Information ------*- C++ -*-===//
39 /// The CGRecordLayout also has a field index which encodes which byte-sequence
105 /// CGRecordLayout - This class handles struct and union layout info while
109 class CGRecordLayout { class in namespace:clang::CodeGen
112 CGRecordLayout(const CGRecordLayout &) = delete;
113 void operator=(const CGRecordLayout &) = delete;
150 CGRecordLayout(llvm::StructType *CompleteObjectType, function in class:clang::CodeGen::CGRecordLayout

Completed in 107 milliseconds