Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DCOFFYAML.h124 struct ScalarEnumerationTraits<COFF::RelocationTypeI386> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
125 static void enumeration(IO &IO, COFF::RelocationTypeI386 &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/external/llvm/lib/Object/
DCOFFYAML.cpp136 void ScalarEnumerationTraits<COFF::RelocationTypeI386>::enumeration( in enumeration()
137 IO &IO, COFF::RelocationTypeI386 &Value) { in enumeration()
297 MappingNormalization<NType<COFF::RelocationTypeI386>, uint16_t> NT( in mapping()
/external/llvm/include/llvm/Support/
DCOFF.h278 enum RelocationTypeI386 { enum