Searched refs:L2CVRegs (Results 1 – 2 of 2) sorted by relevance
89 if (L2CVRegs.empty()) in getCodeViewRegNum()91 const DenseMap<unsigned, int>::const_iterator I = L2CVRegs.find(RegNum); in getCodeViewRegNum()92 if (I == L2CVRegs.end()) in getCodeViewRegNum()
185 DenseMap<unsigned, int> L2CVRegs; // LLVM to CV regs mapping variable314 L2CVRegs[LLVMReg] = CVReg; in mapLLVMRegToCVReg()