Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1156 struct NormalizedOther { struct
1157 NormalizedOther(IO &IO) : YamlIO(IO) {} in NormalizedOther() function
1158 NormalizedOther(IO &IO, Optional<uint8_t> Original) : YamlIO(IO) { in NormalizedOther() function
1299 MappingNormalization<NormalizedOther, Optional<uint8_t>> Keys(IO, in mapping()