Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenTypeCache.h97 unsigned char PointerSizeInBytes; member
115 return CharUnits::fromQuantity(PointerSizeInBytes); in getPointerSize()
H A DCGBlocks.cpp2660 size += CharUnits::fromQuantity(PointerSizeInBytes); in getBlockByrefInfo()
H A DCGObjC.cpp864 return CharUnits::fromQuantity(CGM.PointerSizeInBytes); in getMaxAtomicAccessSize()