Searched defs:DwarfLLVMRegPair (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCRegisterInfo.h139 /// DwarfLLVMRegPair - Emitted by tablegen so Dwarf<->LLVM reg mappings can be
141 struct DwarfLLVMRegPair { struct in class:llvm::MCRegisterInfo
145 bool operator<(DwarfLLVMRegPair RHS) const { return FromReg < RHS.FromReg; }
177 const DwarfLLVMRegPair *L2DwarfRegs; // LLVM to Dwarf regs mapping
178 const DwarfLLVMRegPair *EHL2DwarfRegs; // LLVM to Dwarf regs mapping EH
179 const DwarfLLVMRegPair *Dwarf2LRegs; // Dwarf to LLVM regs mapping
180 const DwarfLLVMRegPair *EHDwarf2LRegs; // Dwarf to LLVM regs mapping EH
269 void mapLLVMRegsToDwarfRegs(const DwarfLLVMRegPair *Map, unsigned Size,
283 void mapDwarfRegsToLLVMRegs(const DwarfLLVMRegPair *Map, unsigned Size,

Completed in 44 milliseconds