Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CharUnits

25 #include "clang/AST/CharUnits.h"
292 llvm::ConstantInt *CodeGenModule::getSize(CharUnits size) {
1658 CharUnits CodeGenModule::GetTargetTypeStoreSize(llvm::Type *Ty) const {
2302 CharUnits Align = getContext().getTypeAlignInChars(getContext().ShortTy);
2305 CharUnits Align = getContext().getTypeAlignInChars(getContext().CharTy);
2436 CharUnits Align = getContext().getTypeAlignInChars(getContext().CharTy);
2540 CharUnits Align = getContext().getAlignOfGlobalVarInChars(S->getType());