HomeSort by: relevance | last modified time | path
    Searched defs:GroupIdx (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineInstr.cpp 1169 SmallVector<unsigned, 8> GroupIdx;
1176 unsigned CurGroup = GroupIdx.size();
1177 GroupIdx.push_back(i);
1187 unsigned Delta = i - GroupIdx[TiedGroup];
  /src/external/apache2/llvm/dist/llvm/lib/MC/
ELFObjectWriter.cpp 1106 unsigned &GroupIdx = RevGroupMap[SignatureSymbol];
1107 if (!GroupIdx) {
1110 GroupIdx = addToSectionTable(Group);

Completed in 34 milliseconds