Searched defs:ConstantAggregateBuilderUtils (Results 1 – 1 of 1) sorted by relevance
43 struct ConstantAggregateBuilderUtils { struct44 CodeGenModule &CGM;46 ConstantAggregateBuilderUtils(CodeGenModule &CGM) : CGM(CGM) {} in ConstantAggregateBuilderUtils() function48 CharUnits getAlignment(const llvm::Constant *C) const { in getAlignment()53 CharUnits getSize(llvm::Type *Ty) const { in getSize()57 CharUnits getSize(const llvm::Constant *C) const { in getSize()61 llvm::Constant *getPadding(CharUnits PadSize) const { in getPadding()68 llvm::Constant *getZeroes(CharUnits ZeroSize) const { in getZeroes()