Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
Dlmir_builder.h74 using StructConst = MIRAggConst; variable
570 StructConst &Done() in Done()
577 StructConst *structConst;
727 StructConst &CreateStructConstInternal(StructType *type);
728 void AddConstItemInternal(StructConst &structConst, FieldId fieldId, Const &field);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp205 StructConst &LMIRBuilder::CreateStructConstInternal(StructType *type) in CreateStructConstInternal()
207 return *module.GetMemPool()->New<StructConst>(module, *type); in CreateStructConstInternal()