Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCOFFYAML.h182 template <> struct ScalarEnumerationTraits<COFF::RelocationTypesMips> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
183 static void enumeration(IO &IO, COFF::RelocationTypesMips &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp186 void ScalarEnumerationTraits<COFF::RelocationTypesMips>::enumeration( in enumeration()
187 IO &IO, COFF::RelocationTypesMips &Value) { in enumeration()
450 MappingNormalization<NType<COFF::RelocationTypesMips>, uint16_t> NT( in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h421 enum RelocationTypesMips : unsigned { enum