Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTypeCache.h74 unsigned char IntAlignInBytes; member
80 return CharUnits::fromQuantity(IntAlignInBytes); in getIntAlign()
H A DCodeGenModule.cpp116 IntAlignInBytes = in CodeGenModule()