Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenTypeCache.h102 unsigned char SizeSizeInBytes; // sizeof(size_t) member
109 return CharUnits::fromQuantity(SizeSizeInBytes); in getSizeSize()
H A DItaniumCXXABI.cpp2161 return std::max(CharUnits::fromQuantity(CGM.SizeSizeInBytes), in getArrayCookieSizeImpl()
2246 return std::max(CharUnits::fromQuantity(2 * CGM.SizeSizeInBytes), in getArrayCookieSizeImpl()
H A DCodeGenModule.cpp126 SizeSizeInBytes = in CodeGenModule()