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

  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachORelocationInfo.cpp 77 RelocationEntry RENext = Obj->getRelocation(RelNext.getRawDataRefImpl());
82 unsigned RType = Obj->getAnyRelocationType(RENext);
  /external/llvm/lib/Object/
MachOObjectFile.cpp 1023 macho::RelocationEntry RENext = getRelocation(RelNext);
1028 unsigned RType = getAnyRelocationType(RENext);
1035 printRelocationTargetName(this, RENext, fmt);
1070 macho::RelocationEntry RENext = getRelocation(RelNext);
1074 unsigned RType = getAnyRelocationType(RENext);
1082 printRelocationTargetName(this, RENext, fmt);
1094 macho::RelocationEntry RENext = getRelocation(RelNext);
1098 unsigned RType = getAnyRelocationType(RENext);
1105 printRelocationTargetName(this, RENext, fmt);
    [all...]

Completed in 232 milliseconds