Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Target/X86/MCTargetDesc/
HDX86MachORelocationInfo.cpp75 RelocationRef RelNext; in createExprForRelocation() local
76 Obj->getRelocationNext(Rel.getRawDataRefImpl(), RelNext); in createExprForRelocation()
77 any_relocation_info RENext = Obj->getRelocation(RelNext.getRawDataRefImpl()); in createExprForRelocation()
89 symbol_iterator RSymI = RelNext.getSymbol(); in createExprForRelocation()
/trueos/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp1004 DataRefImpl RelNext = Rel; in getRelocationValueString() local
1005 RelNext.d.a++; in getRelocationValueString()
1006 MachO::any_relocation_info RENext = getRelocation(RelNext); in getRelocationValueString()
1052 DataRefImpl RelNext = Rel; in getRelocationValueString() local
1053 RelNext.d.a++; in getRelocationValueString()
1054 MachO::any_relocation_info RENext = getRelocation(RelNext); in getRelocationValueString()
1074 DataRefImpl RelNext = Rel; in getRelocationValueString() local
1075 RelNext.d.a++; in getRelocationValueString()
1076 MachO::any_relocation_info RENext = getRelocation(RelNext); in getRelocationValueString()
1113 DataRefImpl RelNext = Rel; in getRelocationValueString() local
[all …]