Home
last modified time | relevance | path

Searched defs:ConstantAggregateBuilderUtils (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp45 struct ConstantAggregateBuilderUtils { struct
46 CodeGenModule &CGM;
48 ConstantAggregateBuilderUtils(CodeGenModule &CGM) : CGM(CGM) {} in ConstantAggregateBuilderUtils() function
50 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()