Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DAtoms.h97 _sectionName(sectionName) {} in MachODefinedCustomSectionAtom()
106 return _sectionName; in customSectionName()
109 StringRef _sectionName;
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp824 _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::NormalizedAtom
973 io.mapOptional("section-name", keys->_sectionName, StringRef()); in mapping()