clang 19.0.0git
Friends | List of all members
clang::CodeGen::ConstantStructBuilder Class Reference

A helper class of ConstantInitBuilder, used for building constant struct initializers. More...

#include "clang/CodeGen/ConstantInitBuilder.h"

Inheritance diagram for clang::CodeGen::ConstantStructBuilder:
Inheritance graph
[legend]

Friends

template<class Traits >
class ConstantInitBuilderTemplateBase
 
template<class Impl , class Traits >
class CodeGen::ConstantAggregateBuilderTemplateBase
 

Additional Inherited Members

- Public Types inherited from clang::CodeGen::ConstantStructBuilderTemplateBase< ConstantInitBuilderTraits >
using InitBuilder = typename Traits::InitBuilder
 
using AggregateBuilderBase = typename Traits::AggregateBuilderBase
 
- Public Types inherited from clang::CodeGen::ConstantAggregateBuilderTemplateBase< Impl, Traits >
using InitBuilder = typename Traits::InitBuilder
 
using ArrayBuilder = typename Traits::ArrayBuilder
 
using StructBuilder = typename Traits::StructBuilder
 
using AggregateBuilderBase = typename Traits::AggregateBuilderBase
 
- Public Member Functions inherited from clang::CodeGen::ConstantStructBuilderTemplateBase< ConstantInitBuilderTraits >
void setPacked (bool packed)
 
void suggestType (llvm::StructType *structTy)
 Use the given type for the struct if its element count is correct.
 
- Public Member Functions inherited from clang::CodeGen::ConstantAggregateBuilderTemplateBase< Impl, Traits >
ArrayBuilder beginArray (llvm::Type *eltTy=nullptr)
 
StructBuilder beginStruct (llvm::StructType *ty=nullptr)
 
void finishAndAddTo (AggregateBuilderBase &parent)
 Given that this builder was created by beginning an array or struct component on the given parent builder, finish the array/struct component and add it to the parent.
 
template<class... As>
llvm::GlobalVariable * finishAndCreateGlobal (As &&...args)
 Given that this builder was created by beginning an array or struct directly on a ConstantInitBuilder, finish the array/struct and create a global variable with it as the initializer.
 
void finishAndSetAsInitializer (llvm::GlobalVariable *global)
 Given that this builder was created by beginning an array or struct directly on a ConstantInitBuilder, finish the array/struct and set it as the initializer of the given global variable.
 
ConstantInitFuture finishAndCreateFuture ()
 Given that this builder was created by beginning an array or struct directly on a ConstantInitBuilder, finish the array/struct and return a future which can be used to install the initializer in a global later.
 
- Protected Member Functions inherited from clang::CodeGen::ConstantStructBuilderTemplateBase< ConstantInitBuilderTraits >
 ConstantStructBuilderTemplateBase (InitBuilder &builder, AggregateBuilderBase *parent, llvm::StructType *structTy)
 
- Protected Member Functions inherited from clang::CodeGen::ConstantAggregateBuilderTemplateBase< Impl, Traits >
 ConstantAggregateBuilderTemplateBase (InitBuilder &builder, AggregateBuilderBase *parent)
 
Impl & asImpl ()
 

Detailed Description

A helper class of ConstantInitBuilder, used for building constant struct initializers.

Definition at line 556 of file ConstantInitBuilder.h.

Friends And Related Function Documentation

◆ CodeGen::ConstantAggregateBuilderTemplateBase

template<class Impl , class Traits >
friend class CodeGen::ConstantAggregateBuilderTemplateBase
friend

Definition at line 563 of file ConstantInitBuilder.h.

◆ ConstantInitBuilderTemplateBase

template<class Traits >
friend class ConstantInitBuilderTemplateBase
friend

Definition at line 559 of file ConstantInitBuilder.h.


The documentation for this class was generated from the following file: