Lines Matching refs:segmentName
55 StringRef segmentName; member
113 if (!p->segmentName.equals(section.segmentName) && !p->segmentName.empty()) in atomTypeFromSection()
117 customSectionName = p->segmentName.empty() && p->sectionName.empty(); in atomTypeFromSection()
260 std::string segSectName = section.segmentName.str() in atomFromSymbol()
401 + section.segmentName in processSection()
449 + section.segmentName in processSection()
470 + section.segmentName in processSection()
479 std::string segSectName = section.segmentName.str() in processSection()
633 + section.segmentName + "/" + section.sectionName in convertRelocs()
669 + section.segmentName + "/" + section.sectionName in convertRelocs()
694 return section.segmentName.equals("__DWARF"); in isDebugInfoSection()
948 if (s.segmentName == "__DWARF") { in parseDebugInfo()
1326 if (section.segmentName == "__TEXT" && in addEHFrameReferences()
1370 return llvm::make_error<GenericError>(sect.segmentName + "/" + in parseObjCImageInfo()
1378 return llvm::make_error<GenericError>(sect.segmentName + "/" + in parseObjCImageInfo()
1386 return llvm::make_error<GenericError>(sect.segmentName + "/" + in parseObjCImageInfo()
1426 return (sect.segmentName == "__OBJC" && sect.sectionName == "__image_info") || in isObjCImageInfo()
1427 (sect.segmentName == "__DATA" && sect.sectionName == "__objc_imageinfo"); in isObjCImageInfo()
1592 StringRef &segmentName, in relocatableSectionInfoForContentType() argument
1603 if (p->segmentName.empty() || p->sectionName.empty()) in relocatableSectionInfoForContentType()
1605 segmentName = p->segmentName; in relocatableSectionInfoForContentType()