Searched refs:_sectionName (Results 1 – 2 of 2) sorted by relevance
96 _sectionName(sectionName) {} in MachODefinedCustomSectionAtom()105 return _sectionName; in customSectionName()108 StringRef _sectionName;
823 _sectionName(atom->customSectionName()), in NormalizedAtom()846 if (!_sectionName.empty()) in denormalize()847 _sectionName = f->copyString(_sectionName); in denormalize()874 StringRef customSectionName() const override { return _sectionName; } in customSectionName()936 StringRef _sectionName; member in llvm::yaml::MappingTraits::NormalizedAtom972 io.mapOptional("section-name", keys->_sectionName, StringRef()); in mapping()