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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfException.cpp48 const std::vector<int> &LIds = L->TypeIds, &RIds = R->TypeIds; local
49 unsigned LSize = LIds.size(), RSize = RIds.size();
54 if (LIds[Count] != RIds[Count])
62 const std::vector<int> &LIds = L->TypeIds, &RIds = R->TypeIds; local
63 unsigned LSize = LIds.size(), RSize = RIds.size();
67 if (LIds[i] != RIds[i])
68 return LIds[i] < RIds[i];

Completed in 74 milliseconds