Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
Dlmir_builder.h71 using StructType = MIRStructType; // |__ StructType variable
283 FieldOffset GetFieldOffset(StructType *structType, FieldId fieldId);
559 StructConstBuilder(LMIRBuilder &builder_, StructType *type_) : builder(builder_) in StructConstBuilder()
580 StructConstBuilder CreateStructConst(StructType *type) in CreateStructConst()
727 StructConst &CreateStructConstInternal(StructType *type);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp205 StructConst &LMIRBuilder::CreateStructConstInternal(StructType *type) in CreateStructConstInternal()
215 FieldOffset LMIRBuilder::GetFieldOffset(StructType *structType, FieldId fieldId) in GetFieldOffset()