Home | History | Annotate | Download | only in llvm-readobj

Lines Matching defs:SectionName

703       StringRef SectionName;
705 OffsetInSection + Offset, SectionName));
714 W.printString("Section", SectionName);
867 StringRef SectionName;
868 if (std::error_code EC = Obj->getSectionName(Section, SectionName))
870 return SectionName;
896 StringRef SectionName = "";
900 SectionName = *Res;
904 W.printNumber("Section", SectionName, Symbol.getSectionNumber());