Home
last modified time | relevance | path

Searched defs:StorageSize (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayout.h78 unsigned StorageSize; global() member
H A DCGRecordLayoutBuilder.cpp580 const unsigned StorageSize = ResLTy->getPrimitiveSizeInBits(); computeVolatileBitfields() local
853 MakeInfo(CodeGenTypes & Types,const FieldDecl * FD,uint64_t Offset,uint64_t Size,uint64_t StorageSize,CharUnits StorageOffset) MakeInfo() argument
[all...]
H A DCGObjCRuntime.cpp93 CharUnits StorageSize = CGF.CGM.getContext().toCharUnitsFromBits( in EmitValueForIvarAtOffset() local
H A DCGExpr.cpp2249 const unsigned StorageSize = EmitLoadOfBitfieldLValue() local
2490 const unsigned StorageSize = EmitStoreThroughBitfieldLValue() local
[all...]
H A DCGCall.cpp3615 setBitRange(SmallVectorImpl<uint64_t> & Bits,int StorageOffset,int StorageSize,int BitOffset,int BitWidth,int CharWidth,bool BigEndian) setBitRange() argument