HomeSort by relevance Sort by last modified time
    Searched refs:getCompactUnwindRegNum (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/X86/
X86RegisterInfo.h 63 /// getCompactUnwindRegNum - This function maps the register to the number for
65 int getCompactUnwindRegNum(unsigned RegNum, bool isEH) const;
X86FrameLowering.cpp     [all...]
X86RegisterInfo.cpp 78 /// getCompactUnwindRegNum - This function maps the register to the number for
80 int X86RegisterInfo::getCompactUnwindRegNum(unsigned RegNum, bool isEH) const {
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 706 /// getCompactUnwindRegNum - This function maps the register to the number for
708 virtual int getCompactUnwindRegNum(unsigned, bool) const {

Completed in 103 milliseconds