Searched refs:SHFIndices (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp2441 int SHFIndices[4] = { -1, -1, -1, -1 }; local
2460 if (SHFIndices[i] == -1)
2461 SHFIndices[i] = Idx;
2465 if (!(Idx == -1 || Idx == SHFIndices[i]))
2473 int Idx = SHFIndices[i];

Completed in 103 milliseconds