Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h40 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
163 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSubtractRelocation()
176 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSubtractRelocation()
203 RelInfo = Obj.getRelocation(RelI->getRawDataRefImpl()); in processSubtractRelocation()
H A DRuntimeDyldMachOI386.h40 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
151 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSECTDIFFRelocation()
164 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSECTDIFFRelocation()
H A DRuntimeDyldMachOARM.h107 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
350 MachO.getRelocation(RelI->getRawDataRefImpl()); in processHALFSECTDIFFRelocation()
376 MachO.getRelocation(RelI->getRawDataRefImpl()); in processHALFSECTDIFFRelocation()
H A DRuntimeDyldMachOAArch64.h280 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
299 RelInfo = Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
486 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSubtractRelocation()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h70 Obj.getRelocation(RI->getRawDataRefImpl()); in getRelocationEntry()
H A DRuntimeDyldMachO.cpp62 Obj.getRelocation(RelI->getRawDataRefImpl()); in processScatteredVANILLA()
104 Obj.getRelocation(RI->getRawDataRefImpl()); in getRelocationValueRef()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.h170 getObject().getRelocation(RelItr->getRawDataRefImpl()); in getRelocationInfo()
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp401 MachO::any_relocation_info MachOReloc = MO->getRelocation(RelocDataRef); in collectRelocationsToApplyToSwiftReflectionSections()
798 MachO::any_relocation_info MachOReloc = Obj.getRelocation(RelocDataRef); in findValidRelocsMachO()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp452 MachO::any_relocation_info RE = Obj->getRelocation(Rel); in getMachORelocationValueString()
478 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getMachORelocationValueString()
527 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getMachORelocationValueString()
549 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getMachORelocationValueString()
589 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getMachORelocationValueString()
837 const MachO::any_relocation_info RE = O->getRelocation(Rel); in PrintRelocationEntries()
1706 RE = O->getRelocation(Rel); in DumpLiteralPointerSection()
1856 RE = O->getRelocation(Rel); in DumpInitTermPointerSection()
2887 RE = info->O->getRelocation(Rel); in SymbolizerGetOpInfo()
2897 RENext = info->O->getRelocation(RelNext); in SymbolizerGetOpInfo()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp100 R.Info = MachOObj.getRelocation(RI->getRawDataRefImpl()); in extractSections()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp2233 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationOffset()
2239 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationSymbol()
2260 return section_iterator(getAnyRelocationSection(getRelocation(Rel))); in getRelocationSection()
2264 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationType()
2379 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationLength()
4765 MachOObjectFile::getRelocation(DataRefImpl Rel) const { in getRelocation() function in MachOObjectFile
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DMachO.h699 MachO::any_relocation_info getRelocation(DataRefImpl Rel) const;
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp103 const MachO::any_relocation_info RE = Obj.getRelocation(Rel); in constructSectionCommon()
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DMachODumper.cpp558 MachO::any_relocation_info RE = Obj->getRelocation(DR); in printRelocation()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h83 Kind getRelocation() const { in getRelocation() function
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1595 auto RelocInfo = MachObj->getRelocation(Reloc.getRawDataRefImpl()); in isRelocScattered()