Lines Matching defs:SecNdx
763 const unsigned SecNdx);
791 const unsigned SecNdx) override;
6387 auto Warn = [this](unsigned SecNdx, StringRef Msg) {
6389 Twine(SecNdx) + " is broken: " + Msg);
7193 unsigned SecNdx = &Sec - &cantFail(this->Obj.sections()).front();
7194 printRelocationSectionInfo(Sec, Name, SecNdx);
7225 const unsigned SecNdx) {
7226 DictScope D(W, (Twine("Section (") + Twine(SecNdx) + ") " + Name).str());
8325 const unsigned SecNdx) {
8327 this->W.printNumber("SectionIndex", SecNdx);