Lines Matching defs:SecName
4193 OS << "Ndx(SecName) Name [+ Version Info]\n";
4247 auto SecName = this->Obj.getSectionName(**Sec);
4248 if (!SecName)
4249 this->reportUniqueWarning(SecName.takeError());
4251 Extra = Twine(" (" + *SecName + ")").str();
5001 // Don't inline the SecName, because it might report a warning to stderr and
5003 StringRef SecName = this->getPrintableSectionName(Sec);
5004 OS << Label << " section '" << SecName << "' "
6140 StartNotesFn(/*SecName=*/std::nullopt, P.p_offset, P.p_filesz, P.p_align);
6162 auto PrintHeader = [&](std::optional<StringRef> SecName,
6175 if (SecName)
6176 OS << "in: " << *SecName << "\n";
7997 auto StartNotes = [&](std::optional<StringRef> SecName,
8002 W.printString("Name", SecName ? *SecName : "<?>");