Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGObjC.cpp595 CharUnits getIvarSize() const { return IvarSize; } in getIvarSize()
607 CharUnits IvarSize; member in __anonf610ee700211::PropertyImplStrategy
625 llvm::tie(IvarSize, IvarAlignment) in PropertyImplStrategy()
712 if (!IvarSize.isPowerOfTwo()) { in PropertyImplStrategy()
723 if (IvarAlignment < IvarSize && !hasUnalignedAtomics(arch)) { in PropertyImplStrategy()
730 if (IvarSize > getMaxAtomicAccessSize(CGM, arch)) { in PropertyImplStrategy()