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()
949 if (s.segmentName == "__DWARF") { in parseDebugInfo()
1327 if (section.segmentName == "__TEXT" && in addEHFrameReferences()
1371 return llvm::make_error<GenericError>(sect.segmentName + "/" + in parseObjCImageInfo()
1379 return llvm::make_error<GenericError>(sect.segmentName + "/" + in parseObjCImageInfo()
1387 return llvm::make_error<GenericError>(sect.segmentName + "/" + in parseObjCImageInfo()
1427 return (sect.segmentName == "__OBJC" && sect.sectionName == "__image_info") || in isObjCImageInfo()
1428 (sect.segmentName == "__DATA" && sect.sectionName == "__objc_imageinfo"); in isObjCImageInfo()
1593 StringRef &segmentName, in relocatableSectionInfoForContentType() argument
1604 if (p->segmentName.empty() || p->sectionName.empty()) in relocatableSectionInfoForContentType()
1606 segmentName = p->segmentName; in relocatableSectionInfoForContentType()