Searched refs:_sectionName (Results 1 – 2 of 2) sorted by relevance
97 _sectionName(sectionName) {} in MachODefinedCustomSectionAtom()106 return _sectionName; in customSectionName()109 StringRef _sectionName;
824 _sectionName(atom->customSectionName()), in NormalizedAtom()847 if (!_sectionName.empty()) in denormalize()848 _sectionName = f->copyString(_sectionName); in denormalize()875 StringRef customSectionName() const override { return _sectionName; } in customSectionName()937 StringRef _sectionName; member in llvm::yaml::MappingTraits::NormalizedAtom973 io.mapOptional("section-name", keys->_sectionName, StringRef()); in mapping()