Searched defs:MIRSymbol (Results 1 – 7 of 7) sorted by relevance
28 class MIRSymbol; // circular dependency exists, no other choice variable
26 class MIRSymbol; // circular dependency exists, no other choice variable
56 MIRSymbol(uint32 idx, uint8 scp) : stIdx(scp, idx) {} in MIRSymbol() function
42 class MIRSymbol; variable
137 class MIRSymbol; // circular dependency exists, no other choice variable
54 class MIRSymbol; variable
2023 void Emitter::EmitLiterals(std::vector<std::pair<MIRSymbol *, bool>> &literals, in EmitLiterals()2290 void Emitter::EmitGlobalVars(std::vector<std::pair<MIRSymbol *, bool>> &globalVars) in EmitGlobalVars()