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

Lines Matching defs:SectionName

140                     StringRef &SectionName, unsigned &SectionIndex) {
143 SectionName = "Undefined";
145 SectionName = "Processor Specific";
147 SectionName = "Operating System Specific";
149 SectionName = "Reserved";
151 SectionName = "Absolute";
153 SectionName = "Common";
160 SectionName = errorOrDefault(Obj.getSectionName(Sec));
714 StringRef SectionName;
715 getSectionNameIndex(*Obj, Symbol, SectionName, SectionIndex);
726 W.printHex("Section", SectionName, SectionIndex);
1206 StringRef SectionName;
1207 getSectionNameIndex(*Obj, Sym, SectionName, SectionIndex);
1208 W.printHex("Section", SectionName, SectionIndex);