Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp749 DataRefImpl RelNext = Rel; in getRelocationValueString() local
750 Obj->moveRelocationNext(RelNext); in getRelocationValueString()
751 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getRelocationValueString()
798 DataRefImpl RelNext = Rel; in getRelocationValueString() local
799 Obj->moveRelocationNext(RelNext); in getRelocationValueString()
800 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getRelocationValueString()
820 DataRefImpl RelNext = Rel; in getRelocationValueString() local
821 Obj->moveRelocationNext(RelNext); in getRelocationValueString()
822 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getRelocationValueString()
860 DataRefImpl RelNext = Rel; in getRelocationValueString() local
[all …]
DMachODump.cpp1860 DataRefImpl RelNext = Rel; in SymbolizerGetOpInfo() local
1861 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
1863 RENext = info->O->getRelocation(RelNext); in SymbolizerGetOpInfo()
1967 DataRefImpl RelNext = Rel; in SymbolizerGetOpInfo() local
1968 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
1969 MachO::any_relocation_info RENext = info->O->getRelocation(RelNext); in SymbolizerGetOpInfo()
2046 DataRefImpl RelNext = Rel; in SymbolizerGetOpInfo() local
2047 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
2049 RENext = info->O->getRelocation(RelNext); in SymbolizerGetOpInfo()
2170 DataRefImpl RelNext = Rel; in SymbolizerGetOpInfo() local
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp686 DataRefImpl RelNext = Rel; in getRelocationValueString() local
687 Obj->moveRelocationNext(RelNext); in getRelocationValueString()
688 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getRelocationValueString()
735 DataRefImpl RelNext = Rel; in getRelocationValueString() local
736 Obj->moveRelocationNext(RelNext); in getRelocationValueString()
737 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getRelocationValueString()
757 DataRefImpl RelNext = Rel; in getRelocationValueString() local
758 Obj->moveRelocationNext(RelNext); in getRelocationValueString()
759 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getRelocationValueString()
797 DataRefImpl RelNext = Rel; in getRelocationValueString() local
[all …]
DMachODump.cpp2263 DataRefImpl RelNext = Rel; in SymbolizerGetOpInfo() local
2264 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
2266 RENext = info->O->getRelocation(RelNext); in SymbolizerGetOpInfo()
2394 DataRefImpl RelNext = Rel; in SymbolizerGetOpInfo() local
2395 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
2396 MachO::any_relocation_info RENext = info->O->getRelocation(RelNext); in SymbolizerGetOpInfo()
2467 DataRefImpl RelNext = Rel; in SymbolizerGetOpInfo() local
2468 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
2470 RENext = info->O->getRelocation(RelNext); in SymbolizerGetOpInfo()
2585 DataRefImpl RelNext = Rel; in SymbolizerGetOpInfo() local
[all …]