Home
last modified time | relevance | path

Searched refs:_sectionName (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DAtoms.h96 _sectionName(sectionName) {} in MachODefinedCustomSectionAtom()
105 return _sectionName; in customSectionName()
108 StringRef _sectionName;
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp823 _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::NormalizedAtom
972 io.mapOptional("section-name", keys->_sectionName, StringRef()); in mapping()