Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DCOFFYAML.h170 struct ScalarEnumerationTraits<COFF::RelocationTypesARM> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
171 static void enumeration(IO &IO, COFF::RelocationTypesARM &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp181 void ScalarEnumerationTraits<COFF::RelocationTypesARM>::enumeration( in enumeration()
182 IO &IO, COFF::RelocationTypesARM &Value) { in enumeration()
423 MappingNormalization<NType<COFF::RelocationTypesARM>, uint16_t> NT( in mapping()
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DCOFF.h365 enum RelocationTypesARM : unsigned { enum