Lines Matching defs:SectionName
372 StringRef SectionName;
373 MachO->getSectionName(Ref, SectionName);
375 outs() << "(" << SegmentName << "," << SectionName << ") ";
777 StringRef SectionName;
778 Obj.getSectionName(Ref, SectionName);
780 if (SegmentName == "__TEXT" && SectionName == "__text")
782 else if (SegmentName == "__DATA" && SectionName == "__data")
784 else if (SegmentName == "__DATA" && SectionName == "__bss")
867 StringRef SectionName;
868 Obj->getSectionName(Ref, SectionName);
870 if (SegmentName == SegSect[0] && SectionName == SegSect[1])