Searched refs:RelocationTypeAMD64 (Results 1 – 4 of 4) sorted by relevance
95 case COFF::RelocationTypeAMD64::IMAGE_REL_AMD64_ADDR32NB: { in addSingleRelocation()100 case COFF::RelocationTypeAMD64::IMAGE_REL_AMD64_REL32: { in addSingleRelocation()105 case COFF::RelocationTypeAMD64::IMAGE_REL_AMD64_REL32_1: { in addSingleRelocation()
164 struct ScalarEnumerationTraits<COFF::RelocationTypeAMD64> { in LLVM_YAML_IS_SEQUENCE_VECTOR()165 static void enumeration(IO &IO, COFF::RelocationTypeAMD64 &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()
163 void ScalarEnumerationTraits<COFF::RelocationTypeAMD64>::enumeration( in enumeration()164 IO &IO, COFF::RelocationTypeAMD64 &Value) { in enumeration()425 MappingNormalization<NType<COFF::RelocationTypeAMD64>, uint16_t> NT( in mapping()
344 enum RelocationTypeAMD64 : unsigned { enum