Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp185 void ScalarEnumerationTraits<COFF::RelocationTypesARM>::enumeration( in enumeration()
186 IO &IO, COFF::RelocationTypesARM &Value) { in enumeration()
430 MappingNormalization<NType<COFF::RelocationTypesARM>, uint16_t> NT( in mapping()
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DCOFF.h365 enum RelocationTypesARM : unsigned { enum