Home
last modified time | relevance | path

Searched refs:L2CVRegs (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/MC/
DMCRegisterInfo.cpp89 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()
/external/llvm/include/llvm/MC/
DMCRegisterInfo.h185 DenseMap<unsigned, int> L2CVRegs; // LLVM to CV regs mapping variable
314 L2CVRegs[LLVMReg] = CVReg; in mapLLVMRegToCVReg()