Searched defs:getABITypeAlignment (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/
H A DTargetData.cpp53 unsigned TyAlign = ST->isPacked() ? 1 : TD.getABITypeAlignment(Ty);
561 unsigned TargetData::getABITypeAlignment(Type *Ty) const { function in class:TargetData
577 return getABITypeAlignment(Ty);
644 Alignment = std::max(GVAlignment, getABITypeAlignment(ElemType));

Completed in 84 milliseconds