Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DCOFFYAML.h169 struct ScalarEnumerationTraits<COFF::RelocationTypesARM64> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
170 static void enumeration(IO &IO, COFF::RelocationTypesARM64 &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCOFFYAML.cpp200 void ScalarEnumerationTraits<COFF::RelocationTypesARM64>::enumeration( in enumeration()
201 IO &IO, COFF::RelocationTypesARM64 &Value) { in enumeration()
426 MappingNormalization<NType<COFF::RelocationTypesARM64>, uint16_t> NT( in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DCOFF.h383 enum RelocationTypesARM64 : unsigned { enum