Searched refs:_mappedKind (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp751 _mappedKind.ns = ref->kindNamespace();
752 _mappedKind.arch = ref->kindArch();
753 _mappedKind.value = ref->kindValue();
768 setKindNamespace(_mappedKind.ns);
769 setKindArch(_mappedKind.arch);
770 setKindValue(_mappedKind.value);
787 RefKind _mappedKind; member in class:llvm::yaml::MappingTraits::NormalizedReference
796 io.mapRequired("kind", keys->_mappedKind);

Completed in 122 milliseconds