Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_pragma.h28 class MIRSymbol; // circular dependency exists, no other choice variable
Dmir_const.h26 class MIRSymbol; // circular dependency exists, no other choice variable
Dmir_symbol.h57 MIRSymbol(uint32 idx, uint8 scp) : stIdx(scp, idx) {} in MIRSymbol() function
Ddebug_info.h42 class MIRSymbol; variable
Dmir_module.h136 class MIRSymbol; // circular dependency exists, no other choice variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
Dlmir_builder.h56 class MIRSymbol; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp2110 void Emitter::EmitLiterals(std::vector<std::pair<MIRSymbol *, bool>> &literals, in EmitLiterals()
2382 void Emitter::EmitGlobalVars(std::vector<std::pair<MIRSymbol *, bool>> &globalVars) in EmitGlobalVars()