Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprConstant.cpp43 struct ConstantAggregateBuilderUtils { struct
44 CodeGenModule &CGM;
46 ConstantAggregateBuilderUtils(CodeGenModule &CGM) : CGM(CGM) {} in ConstantAggregateBuilderUtils() function
48 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()