Searched defs:ConstantAggregateBuilderUtils (Results 1 – 1 of 1) sorted by relevance
55 struct ConstantAggregateBuilderUtils { struct56 CodeGenModule &CGM;58 ConstantAggregateBuilderUtils(CodeGenModule &CGM) : CGM(CGM) {} in ConstantAggregateBuilderUtils() function60 CharUnits getAlignment(const llvm::Constant *C) const { in getAlignment()65 CharUnits getSize(llvm::Type *Ty) const { in getSize()69 CharUnits getSize(const llvm::Constant *C) const { in getSize()73 llvm::Constant *getPadding(CharUnits PadSize) const { in getPadding()77 llvm::Constant *getZeroes(CharUnits ZeroSize) const { in getZeroes()