Home
last modified time | relevance | path

Searched defs:MIRFunction (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_pragma.h27 class MIRFunction; // circular dependency exists, no other choice variable
Dmir_builder.h128 virtual void UpdateFunction(MIRFunction &, const MIRType *, const ArgVector &) {} in UpdateFunction() argument
Dmir_module.h132 class MIRFunction; // circular dependency exists, no other choice variable
Dmir_function.h88 MIRFunction(MIRModule *mod, StIdx idx) : module(mod), symbolTableIdx(idx) {} in MIRFunction() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
Dlmir_builder.h49 class MIRFunction; variable