Searched defs:ConstantAggregateBuilderUtils (Results 1 – 1 of 1) sorted by relevance
42 struct ConstantAggregateBuilderUtils { struct43 CodeGenModule &CGM;45 ConstantAggregateBuilderUtils(CodeGenModule &CGM) : CGM(CGM) {} in ConstantAggregateBuilderUtils() argument47 CharUnits getAlignment(const llvm::Constant *C) const { in getAlignment()52 CharUnits getSize(llvm::Type *Ty) const { in getSize()56 CharUnits getSize(const llvm::Constant *C) const { in getSize()60 llvm::Constant *getPadding(CharUnits PadSize) const { in getPadding()67 llvm::Constant *getZeroes(CharUnits ZeroSize) const { in getZeroes()