Home
last modified time | relevance | path

Searched refs:ConstantAggregateBuilder (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang/lib/CodeGen/
DCGExprConstant.cpp75 class ConstantAggregateBuilder : private ConstantAggregateBuilderUtils { class
107 ConstantAggregateBuilder(CodeGenModule &CGM) in ConstantAggregateBuilder() function in __anonc58121e10111::ConstantAggregateBuilder
142 bool ConstantAggregateBuilder::add(llvm::Constant *C, CharUnits Offset, in add()
180 bool ConstantAggregateBuilder::addBits(llvm::APInt Bits, uint64_t OffsetInBits, in addBits()
287 Optional<size_t> ConstantAggregateBuilder::splitAt(CharUnits Pos) { in splitAt()
315 bool ConstantAggregateBuilder::split(size_t Index, CharUnits Hint) { in split()
398 llvm::Constant *ConstantAggregateBuilder::buildFrom( in buildFrom()
505 void ConstantAggregateBuilder::condense(CharUnits Offset, in condense()
549 ConstantAggregateBuilder &Builder;
558 ConstantAggregateBuilder &Const, CharUnits Offset,
[all …]