Searched defs:NormalizedOther (Results 1 – 3 of 3) sorted by relevance
642 struct NormalizedOther { struct643 NormalizedOther(IO &) in NormalizedOther() function645 NormalizedOther(IO &, uint8_t Original) in NormalizedOther() argument648 uint8_t denormalize(IO &) { return Visibility | Other; } in denormalize()650 ELFYAML::ELF_STV Visibility;651 ELFYAML::ELF_STO Other;
889 struct NormalizedOther { struct890 NormalizedOther(IO &IO) : YamlIO(IO) {} in NormalizedOther() function891 NormalizedOther(IO &IO, Optional<uint8_t> Original) : YamlIO(IO) { in NormalizedOther() argument914 uint8_t toValue(StringRef Name) { in toValue()931 Optional<uint8_t> denormalize(IO &) { in denormalize()943 MapVector<StringRef, uint8_t> getFlags(unsigned EMachine) { in getFlags()973 IO &YamlIO;974 Optional<std::vector<StOtherPiece>> Other;975 std::string UnknownFlagsHolder;
1170 struct NormalizedOther { struct1171 NormalizedOther(IO &IO) : YamlIO(IO) {} in NormalizedOther() function1172 NormalizedOther(IO &IO, std::optional<uint8_t> Original) : YamlIO(IO) { in NormalizedOther() function1195 uint8_t toValue(StringRef Name) { in toValue()1212 std::optional<uint8_t> denormalize(IO &) { in denormalize()1224 MapVector<StringRef, uint8_t> getFlags(unsigned EMachine) { in getFlags()1259 IO &YamlIO;1260 std::optional<std::vector<StOtherPiece>> Other;1261 std::string UnknownFlagsHolder;