Searched defs:ConstantAggregateBuilderUtils (Results 1 – 1 of 1) sorted by relevance
45 struct ConstantAggregateBuilderUtils { struct46 CodeGenModule &CGM;48 ConstantAggregateBuilderUtils(CodeGenModule &CGM) : CGM(CGM) {} in ConstantAggregateBuilderUtils() function50 CharUnits getAlignment(const llvm::Constant *C) const { in getAlignment()55 CharUnits getSize(llvm::Type *Ty) const { in getSize()59 CharUnits getSize(const llvm::Constant *C) const { in getSize()63 llvm::Constant *getPadding(CharUnits PadSize) const { in getPadding()70 llvm::Constant *getZeroes(CharUnits ZeroSize) const { in getZeroes()