Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCOFFYAML.h183 struct ScalarEnumerationTraits<COFF::RelocationTypesARM> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
184 static void enumeration(IO &IO, COFF::RelocationTypesARM &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp186 void ScalarEnumerationTraits<COFF::RelocationTypesARM>::enumeration( in enumeration()
187 IO &IO, COFF::RelocationTypesARM &Value) { in enumeration()
431 MappingNormalization<NType<COFF::RelocationTypesARM>, uint16_t> NT( in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h379 enum RelocationTypesARM : unsigned { enum