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

  /external/clang/lib/CodeGen/
CGRecordLayout.h 66 struct CGBitFieldInfo {
84 CGBitFieldInfo()
87 CGBitFieldInfo(unsigned Offset, unsigned Size, bool IsSigned,
98 static CGBitFieldInfo MakeInfo(class CodeGenTypes &Types,
130 llvm::DenseMap<const FieldDecl *, CGBitFieldInfo> BitFields;
203 const CGBitFieldInfo &getBitFieldInfo(const FieldDecl *FD) const {
205 llvm::DenseMap<const FieldDecl *, CGBitFieldInfo>::const_iterator
CGRecordLayoutBuilder.cpp 61 llvm::DenseMap<const FieldDecl *, CGBitFieldInfo> BitFields;
228 CGBitFieldInfo CGBitFieldInfo::MakeInfo(CodeGenTypes &Types,
261 return CGBitFieldInfo(Offset, Size, IsSigned, StorageSize, StorageAlignment);
370 BitFields[FD] = CGBitFieldInfo::MakeInfo(Types, FD, FieldOffset, FieldSize,
461 BitFields[Field] = CGBitFieldInfo::MakeInfo(Types, Field, 0, FieldSize,
    [all...]
CGValue.h 31 struct CGBitFieldInfo;
126 const CGBitFieldInfo *BitFieldInfo;
284 const CGBitFieldInfo &getBitFieldInfo() const {
329 const CGBitFieldInfo &Info,
CGObjCRuntime.cpp 127 // Allocate a new CGBitFieldInfo object to describe this access.
133 CGBitFieldInfo *Info = new (CGF.CGM.getContext()) CGBitFieldInfo(
134 CGBitFieldInfo::MakeInfo(CGF.CGM.getTypes(), Ivar, BitOffset, BitFieldSize,
CGExpr.cpp     [all...]
CGClass.cpp 792 const CGBitFieldInfo &BFInfo = RL.getBitFieldInfo(FirstField);
    [all...]

Completed in 74 milliseconds