Home
last modified time | relevance | path

Searched refs:GetOrCreateStructType (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dverify_annotation.cpp43 inline MIRStructType *GetOrCreateStructType(const std::string &name, MIRModule &md) in GetOrCreateStructType() function
84 MIRStructType *aType = GetOrCreateStructType(aTypeName, md); in NewPragmaRTClassAnnotation()
Dintrinsics.cpp58 …MIRType *sType = GlobalTables::GetTypeTable().GetOrCreateStructType("s_type", sFields, parentField… in GetOrCreateJSValueType()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dglobal_tables.h492 …MIRType *GetOrCreateStructType(const std::string &name, const FieldVector &fields, const FieldVect… in GetOrCreateStructType() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp196 …auto type = GlobalTables::GetTypeTable().GetOrCreateStructType(name, fields, parentFields, module); in CreateStructTypeInternal()