Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFF_x86_64.cpp98 case COFF::RelocationTypeAMD64::IMAGE_REL_AMD64_ADDR32NB: { in addSingleRelocation()
103 case COFF::RelocationTypeAMD64::IMAGE_REL_AMD64_REL32: { in addSingleRelocation()
108 case COFF::RelocationTypeAMD64::IMAGE_REL_AMD64_REL32_1: { in addSingleRelocation()
114 case COFF::RelocationTypeAMD64::IMAGE_REL_AMD64_REL32_2: { in addSingleRelocation()
120 case COFF::RelocationTypeAMD64::IMAGE_REL_AMD64_REL32_3: { in addSingleRelocation()
126 case COFF::RelocationTypeAMD64::IMAGE_REL_AMD64_REL32_4: { in addSingleRelocation()
132 case COFF::RelocationTypeAMD64::IMAGE_REL_AMD64_REL32_5: { in addSingleRelocation()
138 case COFF::RelocationTypeAMD64::IMAGE_REL_AMD64_ADDR64: { in addSingleRelocation()
143 case COFF::RelocationTypeAMD64::IMAGE_REL_AMD64_SECTION: { in addSingleRelocation()
157 case COFF::RelocationTypeAMD64::IMAGE_REL_AMD64_SECREL: { in addSingleRelocation()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCOFFYAML.h178 struct ScalarEnumerationTraits<COFF::RelocationTypeAMD64> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
179 static void enumeration(IO &IO, COFF::RelocationTypeAMD64 &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp165 void ScalarEnumerationTraits<COFF::RelocationTypeAMD64>::enumeration( in enumeration()
166 IO &IO, COFF::RelocationTypeAMD64 &Value) { in enumeration()
427 MappingNormalization<NType<COFF::RelocationTypeAMD64>, uint16_t> NT( in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h359 enum RelocationTypeAMD64 : unsigned { enum