Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DCOFFYAML.h165 struct ScalarEnumerationTraits<COFF::RelocationTypeAMD64> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
166 static void enumeration(IO &IO, COFF::RelocationTypeAMD64 &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp160 void ScalarEnumerationTraits<COFF::RelocationTypeAMD64>::enumeration( in enumeration()
161 IO &IO, COFF::RelocationTypeAMD64 &Value) { in enumeration()
419 MappingNormalization<NType<COFF::RelocationTypeAMD64>, uint16_t> NT( in mapping()
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DCOFF.h345 enum RelocationTypeAMD64 : unsigned { enum