Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTypeCache.h96 unsigned char SizeSizeInBytes; // sizeof(size_t) member
103 return CharUnits::fromQuantity(SizeSizeInBytes); in getSizeSize()
H A DItaniumCXXABI.cpp2180 return std::max(CharUnits::fromQuantity(CGM.SizeSizeInBytes), in getArrayCookieSizeImpl()
2265 return std::max(CharUnits::fromQuantity(2 * CGM.SizeSizeInBytes), in getArrayCookieSizeImpl()
H A DCodeGenModule.cpp122 SizeSizeInBytes = in CodeGenModule()