Lines Matching refs:segmentName

56   StringRef                 segmentName;  member
114 if (!p->segmentName.equals(section.segmentName) && !p->segmentName.empty()) in atomTypeFromSection()
118 customSectionName = p->segmentName.empty() && p->sectionName.empty(); in atomTypeFromSection()
260 std::string segSectName = section.segmentName.str() in atomFromSymbol()
400 + section.segmentName in processSection()
448 + section.segmentName in processSection()
469 + section.segmentName in processSection()
478 std::string segSectName = section.segmentName.str() in processSection()
632 + section.segmentName + "/" + section.sectionName in convertRelocs()
668 + section.segmentName + "/" + section.sectionName in convertRelocs()
693 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()