Searched refs:RelNext (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachORelocationInfo.cpp75 RelocationRef RelNext; local
76 Obj->getRelocationNext(Rel.getRawDataRefImpl(), RelNext);
77 any_relocation_info RENext = Obj->getRelocation(RelNext.getRawDataRefImpl());
89 symbol_iterator RSymI = RelNext.getSymbol();
/freebsd-10.2-release/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp1004 DataRefImpl RelNext = Rel; local
1005 RelNext.d.a++;
1006 MachO::any_relocation_info RENext = getRelocation(RelNext);
1052 DataRefImpl RelNext = Rel; local
1053 RelNext.d.a++;
1054 MachO::any_relocation_info RENext = getRelocation(RelNext);
1074 DataRefImpl RelNext = Rel; local
1075 RelNext.d.a++;
1076 MachO::any_relocation_info RENext = getRelocation(RelNext);
1113 DataRefImpl RelNext local
[all...]

Completed in 51 milliseconds