Home
last modified time | relevance | path

Searched defs:MIRType (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_builder.h153 virtual void UpdateFunction(MIRFunction &, const MIRType *, const ArgVector &) {} in UpdateFunction()
Dmir_pragma.h26 class MIRType; // circular dependency exists, no other choice variable
Dintrinsics.h113 class MIRType; // circular dependency exists, no other choice variable
Ddebug_info.h41 class MIRType; variable
Dmir_module.h135 class MIRType; // circular dependency exists, no other choice variable
Dmir_type.h816 MIRType(MIRTypeKind kind, PrimType pType) : typeKind(kind), primType(pType) {} in MIRType() function
818MIRType(MIRTypeKind kind, PrimType pType, GStrIdx strIdx) : typeKind(kind), primType(pType), nameS… in MIRType() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
Dlmir_builder.h48 class MIRType; variable