Home
last modified time | relevance | path

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

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