Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCRegisterInfo.cpp83 const DenseMap<unsigned, int>::const_iterator I = L2SEHRegs.find(RegNum); in getSEHRegNum()
84 if (I == L2SEHRegs.end()) return (int)RegNum; in getSEHRegNum()
/external/llvm/include/llvm/MC/
DMCRegisterInfo.h184 DenseMap<unsigned, int> L2SEHRegs; // LLVM to SEH regs mapping variable
309 L2SEHRegs[LLVMReg] = SEHReg; in mapLLVMRegToSEHReg()