Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenTypeCache.h105 unsigned char SizeSizeInBytes; // sizeof(size_t) member
112 return CharUnits::fromQuantity(SizeSizeInBytes); in getSizeSize()
H A DItaniumCXXABI.cpp2155 return std::max(CharUnits::fromQuantity(CGM.SizeSizeInBytes), in getArrayCookieSizeImpl()
2240 return std::max(CharUnits::fromQuantity(2 * CGM.SizeSizeInBytes), in getArrayCookieSizeImpl()
H A DCodeGenModule.cpp131 SizeSizeInBytes = in CodeGenModule()