Lines Matching defs:SecNdx
763 const unsigned SecNdx);
791 const unsigned SecNdx) override;
6413 auto Warn = [this](unsigned SecNdx, StringRef Msg) {
6415 Twine(SecNdx) + " is broken: " + Msg);
7222 unsigned SecNdx = &Sec - &cantFail(this->Obj.sections()).front();
7223 printRelocationSectionInfo(Sec, Name, SecNdx);
7254 const unsigned SecNdx) {
7255 DictScope D(W, (Twine("Section (") + Twine(SecNdx) + ") " + Name).str());
8354 const unsigned SecNdx) {
8356 this->W.printNumber("SectionIndex", SecNdx);