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

  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachORelocationInfo.cpp 75 RelocationRef RelNext;
76 Obj->getRelocationNext(Rel.getRawDataRefImpl(), RelNext);
77 RelocationEntry RENext = Obj->getRelocation(RelNext.getRawDataRefImpl());
89 symbol_iterator RSymI = RelNext.getSymbol();
  /external/llvm/lib/Object/
MachOObjectFile.cpp 1021 DataRefImpl RelNext = Rel;
1022 RelNext.d.a++;
1023 macho::RelocationEntry RENext = getRelocation(RelNext);
1068 DataRefImpl RelNext = Rel;
1069 RelNext.d.a++;
1070 macho::RelocationEntry RENext = getRelocation(RelNext);
1092 DataRefImpl RelNext = Rel;
1093 RelNext.d.a++;
1094 macho::RelocationEntry RENext = getRelocation(RelNext);
    [all...]

Completed in 24 milliseconds