Searched refs:customSectionName (Results 1 – 9 of 9) sorted by relevance
230 if (!l->customSectionName().equals(r->customSectionName())) in isEqual()
43 StringRef customSectionName() const override { return _combinedName; } in customSectionName() function
106 bool &customSectionName) { in atomTypeFromSection() argument108 customSectionName = false; in atomTypeFromSection()117 customSectionName = p->segmentName.empty() && p->sectionName.empty(); in atomTypeFromSection()384 bool customSectionName, in processSection() argument475 if (customSectionName) { in processSection()1456 bool customSectionName; in normalizedObjectToAtoms() local1458 customSectionName); in normalizedObjectToAtoms()1459 if (auto ec = processSection(atomType, sect, customSectionName, in normalizedObjectToAtoms()
64 if (definedAtom->customSectionName().empty()) in atomToDebugString()67 s << definedAtom->customSectionName(); in atomToDebugString()
104 StringRef customSectionName() const override { in customSectionName() function
354 StringRef customName = atom->customSectionName(); in sectionForAtom()358 if (firstAtom->customSectionName().equals(customName)) { in sectionForAtom()
262 virtual StringRef customSectionName() const = 0;
172 StringRef customSectionName() const override { return StringRef(); } in customSectionName() function
823 _sectionName(atom->customSectionName()), in NormalizedAtom()874 StringRef customSectionName() const override { return _sectionName; } in customSectionName() function in llvm::yaml::MappingTraits::NormalizedAtom