Searched refs:customSectionName (Results 1 – 9 of 9) sorted by relevance
237 if (!l->customSectionName().equals(r->customSectionName())) in isEqual()
107 bool &customSectionName) { in atomTypeFromSection() argument109 customSectionName = false; in atomTypeFromSection()118 customSectionName = p->segmentName.empty() && p->sectionName.empty(); in atomTypeFromSection()383 bool customSectionName, in processSection() argument474 if (customSectionName) { in processSection()1455 bool customSectionName; in normalizedObjectToAtoms() local1457 customSectionName); in normalizedObjectToAtoms()1458 if (auto ec = processSection(atomType, sect, customSectionName, in normalizedObjectToAtoms()
44 StringRef customSectionName() const override { return _combinedName; } in customSectionName() function
65 if (definedAtom->customSectionName().empty()) in atomToDebugString()68 s << definedAtom->customSectionName(); in atomToDebugString()
105 StringRef customSectionName() const override { in customSectionName() function
355 StringRef customName = atom->customSectionName(); in sectionForAtom()359 if (firstAtom->customSectionName().equals(customName)) { in sectionForAtom()
263 virtual StringRef customSectionName() const = 0;
173 StringRef customSectionName() const override { return StringRef(); } in customSectionName() function
824 _sectionName(atom->customSectionName()), in NormalizedAtom()875 StringRef customSectionName() const override { return _sectionName; } in customSectionName() function in llvm::yaml::MappingTraits::NormalizedAtom