Home
last modified time | relevance | path

Searched defs:MIRStructType (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
Dlmir_builder.h49 class MIRStructType; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_type.h811 class MIRStructType; // circular dependency exists, no other choice variable
1302 explicit MIRStructType(MIRTypeKind typeKind) : MIRType(typeKind, PTY_agg) {} in MIRStructType() function
1304 MIRStructType(MIRTypeKind typeKind, GStrIdx strIdx) : MIRType(typeKind, PTY_agg, strIdx) {} in MIRStructType() function