Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTypeCache.h94 unsigned char SizeSizeInBytes; // sizeof(size_t) member
101 return CharUnits::fromQuantity(SizeSizeInBytes); in getSizeSize()
H A DItaniumCXXABI.cpp1921 return std::max(CharUnits::fromQuantity(CGM.SizeSizeInBytes), in getArrayCookieSizeImpl()
2006 return std::max(CharUnits::fromQuantity(2 * CGM.SizeSizeInBytes), in getArrayCookieSizeImpl()
H A DCodeGenModule.cpp114 SizeSizeInBytes = in CodeGenModule()