Searched refs:ConstStructBuilder (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 560 class ConstStructBuilder { class 577 ConstStructBuilder(ConstantEmitter &Emitter, in ConstStructBuilder() function in __anon9d6f04f10111::ConstStructBuilder 597 bool ConstStructBuilder::AppendField( in AppendField() 607 bool ConstStructBuilder::AppendBytes(CharUnits FieldOffsetInChars, in AppendBytes() 613 bool ConstStructBuilder::AppendBitField(const FieldDecl *Field, in AppendBitField() 658 return ConstStructBuilder::UpdateStruct(Emitter, Const, Offset, Updater); in EmitDesignatedInitUpdater() 704 bool ConstStructBuilder::Build(const InitListExpr *ILE, bool AllowOverwrite) { in Build() 805 bool ConstStructBuilder::Build(const APValue &Val, const RecordDecl *RD, in Build() 893 llvm::Constant *ConstStructBuilder::Finalize(QualType Type) { in Finalize() 900 llvm::Constant *ConstStructBuilder::BuildStruct(ConstantEmitter &Emitter, in BuildStruct() [all …]
|