Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCOFFYAML.h192 struct ScalarEnumerationTraits<COFF::RelocationTypesARM64> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
193 static void enumeration(IO &IO, COFF::RelocationTypesARM64 &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp226 void ScalarEnumerationTraits<COFF::RelocationTypesARM64>::enumeration( in enumeration()
227 IO &IO, COFF::RelocationTypesARM64 &Value) { in enumeration()
458 MappingNormalization<NType<COFF::RelocationTypesARM64>, uint16_t> NT( in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h400 enum RelocationTypesARM64 : unsigned { enum