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