Home
last modified time | relevance | path

Searched refs:IntAlignInBytes (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypeCache.h82 unsigned char IntAlignInBytes; member
88 return CharUnits::fromQuantity(IntAlignInBytes); in getIntAlign()
H A DCodeGenModule.cpp364 IntAlignInBytes = in CodeGenModule()