Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/ObjectYAML/
H A DELFYAML.cpp642 struct NormalizedOther { struct
643 NormalizedOther(IO &) in NormalizedOther() function
645 NormalizedOther(IO &, uint8_t Original) in NormalizedOther() argument
648 uint8_t denormalize(IO &) { return Visibility | Other; } in denormalize()
650 ELFYAML::ELF_STV Visibility;
651 ELFYAML::ELF_STO Other;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DELFYAML.cpp889 struct NormalizedOther { struct
890 NormalizedOther(IO &IO) : YamlIO(IO) {} in NormalizedOther() function
891 NormalizedOther(IO &IO, Optional<uint8_t> Original) : YamlIO(IO) { in NormalizedOther() argument
914 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;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1170 struct NormalizedOther { struct
1171 NormalizedOther(IO &IO) : YamlIO(IO) {} in NormalizedOther() function
1172 NormalizedOther(IO &IO, std::optional<uint8_t> Original) : YamlIO(IO) { in NormalizedOther() function
1195 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;