Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/Object/
HDCOFFYAML.h141 struct ScalarEnumerationTraits<COFF::RelocationTypeAMD64> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
142 static void enumeration(IO &IO, COFF::RelocationTypeAMD64 &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/NextBSD/contrib/llvm/lib/Object/
HDCOFFYAML.cpp151 void ScalarEnumerationTraits<COFF::RelocationTypeAMD64>::enumeration( in enumeration()
152 IO &IO, COFF::RelocationTypeAMD64 &Value) { in enumeration()
351 MappingNormalization<NType<COFF::RelocationTypeAMD64>, uint16_t> NT( in mapping()
/NextBSD/contrib/llvm/include/llvm/Support/
HDCOFF.h307 enum RelocationTypeAMD64 { enum