HomeSort by relevance Sort by last modified time
    Searched refs:RelocationTypeX86 (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Object/
COFFYAML.h 99 struct ScalarEnumerationTraits<COFF::RelocationTypeX86> {
100 static void enumeration(IO &IO, COFF::RelocationTypeX86 &Value);
  /external/llvm/lib/Object/
COFFYAML.cpp 110 void ScalarEnumerationTraits<COFF::RelocationTypeX86>::enumeration(
111 IO &IO, COFF::RelocationTypeX86 &Value) {
224 NType(IO &) : Type(COFF::RelocationTypeX86(0)) {}
225 NType(IO &, uint16_t T) : Type(COFF::RelocationTypeX86(T)) {}
227 COFF::RelocationTypeX86 Type;
  /external/llvm/include/llvm/Support/
COFF.h 271 enum RelocationTypeX86 {

Completed in 45 milliseconds