Searched refs:L2CVRegs (Results 1 – 2 of 2) sorted by relevance
116 if (L2CVRegs.empty()) in getCodeViewRegNum()118 const DenseMap<MCRegister, int>::const_iterator I = L2CVRegs.find(RegNum); in getCodeViewRegNum()119 if (I == L2CVRegs.end()) in getCodeViewRegNum()
179 DenseMap<MCRegister, int> L2CVRegs; // LLVM to CV regs mapping variable425 L2CVRegs[LLVMReg] = CVReg; in mapLLVMRegToCVReg()