Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGObjC.cpp894 CharUnits getIvarSize() const { return IvarSize; } in getIvarSize()
906 CharUnits IvarSize; member in __anon3b8e8ede0211::PropertyImplStrategy
925 IvarSize = TInfo.Width; in PropertyImplStrategy()
1013 if (!IvarSize.isPowerOfTwo()) { in PropertyImplStrategy()
1024 if (IvarAlignment < IvarSize && !hasUnalignedAtomics(arch)) { in PropertyImplStrategy()
1031 if (IvarSize > getMaxAtomicAccessSize(CGM, arch)) { in PropertyImplStrategy()