Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGExprConstant.cpp42 struct ConstantAggregateBuilderUtils { struct
43 CodeGenModule &CGM;
45 ConstantAggregateBuilderUtils(CodeGenModule &CGM) : CGM(CGM) {} in ConstantAggregateBuilderUtils() argument
47 CharUnits getAlignment(const llvm::Constant *C) const { in getAlignment()
52 CharUnits getSize(llvm::Type *Ty) const { in getSize()
56 CharUnits getSize(const llvm::Constant *C) const { in getSize()
60 llvm::Constant *getPadding(CharUnits PadSize) const { in getPadding()
67 llvm::Constant *getZeroes(CharUnits ZeroSize) const { in getZeroes()