Home
last modified time | relevance | path

Searched refs:getRelocation (Results 1 – 13 of 13) sorted by relevance

/NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
HDRuntimeDyldMachOI386.h41 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
135 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSECTDIFFRelocation()
148 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSECTDIFFRelocation()
193 Obj.getRelocation(RelI->getRawDataRefImpl()); in processI386ScatteredVANILLA()
HDRuntimeDyldMachOARM.h60 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
209 MachO.getRelocation(RelI->getRawDataRefImpl()); in processHALFSECTDIFFRelocation()
230 MachO.getRelocation(RelI->getRawDataRefImpl()); in processHALFSECTDIFFRelocation()
HDRuntimeDyldMachOAArch64.h253 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
270 RelInfo = Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
HDRuntimeDyldMachOX86_64.h41 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
/NextBSD/contrib/llvm/lib/Target/X86/MCTargetDesc/
HDX86MachORelocationInfo.cpp39 any_relocation_info RE = Obj->getRelocation(Rel.getRawDataRefImpl()); in createExprForRelocation()
80 Obj->getRelocation(Rel.getRawDataRefImpl()); in createExprForRelocation()
/NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldMachO.h71 Obj.getRelocation(RI->getRawDataRefImpl()); in getRelocationEntry()
HDRuntimeDyldMachO.cpp60 Obj.getRelocation(RI->getRawDataRefImpl()); in getRelocationValueRef()
/NextBSD/contrib/llvm/tools/llvm-objdump/
HDllvm-objdump.cpp515 MachO::any_relocation_info RE = Obj->getRelocation(Rel); in getRelocationValueString()
543 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getRelocationValueString()
592 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getRelocationValueString()
614 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getRelocationValueString()
654 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getRelocationValueString()
HDMachODump.cpp786 RE = O->getRelocation(Rel); in DumpLiteralPointerSection()
1753 RE = info->O->getRelocation(Rel); in SymbolizerGetOpInfo()
1763 RENext = info->O->getRelocation(RelNext); in SymbolizerGetOpInfo()
1831 RE = info->O->getRelocation(Rel); in SymbolizerGetOpInfo()
1856 MachO::any_relocation_info RENext = info->O->getRelocation(RelNext); in SymbolizerGetOpInfo()
1907 RE = info->O->getRelocation(Rel); in SymbolizerGetOpInfo()
1928 RENext = info->O->getRelocation(RelNext); in SymbolizerGetOpInfo()
2034 MachO::any_relocation_info RE = info->O->getRelocation(Rel); in SymbolizerGetOpInfo()
2039 MachO::any_relocation_info RENext = info->O->getRelocation(RelNext); in SymbolizerGetOpInfo()
2422 RE = info->O->getRelocation(Rel); in get_symbol_64()
[all …]
/NextBSD/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp588 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationOffset()
594 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationSymbol()
615 return section_iterator(getAnyRelocationSection(getRelocation(Rel))); in getRelocationSection()
619 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationType()
733 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationLength()
2089 MachOObjectFile::getRelocation(DataRefImpl Rel) const { in getRelocation() function in MachOObjectFile
/NextBSD/contrib/llvm/tools/macho-dump/
HDmacho-dump.cpp102 MachO::any_relocation_info RE = Obj.getRelocation(I->getRawDataRefImpl()); in DumpSectionData()
/NextBSD/contrib/llvm/include/llvm/Object/
HDMachO.h381 MachO::any_relocation_info getRelocation(DataRefImpl Rel) const;
/NextBSD/contrib/llvm/tools/llvm-readobj/
HDMachODumper.cpp469 MachO::any_relocation_info RE = Obj->getRelocation(DR); in printRelocation()