Searched defs:MIRType (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_builder.h | 153 virtual void UpdateFunction(MIRFunction &, const MIRType *, const ArgVector &) {} in UpdateFunction()
|
| D | mir_pragma.h | 26 class MIRType; // circular dependency exists, no other choice variable
|
| D | intrinsics.h | 109 class MIRType; // circular dependency exists, no other choice variable
|
| D | debug_info.h | 41 class MIRType; variable
|
| D | mir_module.h | 134 class MIRType; // circular dependency exists, no other choice variable
|
| D | mir_type.h | 903 MIRType(MIRTypeKind kind, PrimType pType) : typeKind(kind), primType(pType) {} in MIRType() function 905 …MIRType(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/ |
| D | lmir_builder.h | 50 class MIRType; variable
|