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
57 MIRSymbol(uint32 idx, uint8 scp) : stIdx(scp, idx) {} in MIRSymbol() function
42 class MIRSymbol; variable
136 class MIRSymbol; // circular dependency exists, no other choice variable
56 class MIRSymbol; variable
2110 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()