Home
last modified time | relevance | path

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

/external/llvm/lib/ObjectYAML/
DELFYAML.cpp642 struct NormalizedOther { struct
643 NormalizedOther(IO &) in NormalizedOther() function
645 NormalizedOther(IO &, uint8_t Original) in NormalizedOther() argument
662 MappingNormalization<NormalizedOther, uint8_t> Keys(IO, Symbol.Other); in mapping()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp889 struct NormalizedOther { struct
890 NormalizedOther(IO &IO) : YamlIO(IO) {} in NormalizedOther() argument
891 NormalizedOther(IO &IO, Optional<uint8_t> Original) : YamlIO(IO) { in NormalizedOther() function
995 MappingNormalization<NormalizedOther, Optional<uint8_t>> Keys(IO, in mapping()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp962 struct NormalizedOther { struct
963 NormalizedOther(IO &IO) : YamlIO(IO) {} in NormalizedOther() argument
964 NormalizedOther(IO &IO, Optional<uint8_t> Original) : YamlIO(IO) { in NormalizedOther() argument
1100 MappingNormalization<NormalizedOther, Optional<uint8_t>> Keys(IO, in mapping()