Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h33 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef() argument
40 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
49 RelocationEntry RE(getRelocationEntry(SectionID, Obj, RelI)); in processRelocationRef()
59 makeValueAddendPCRel(Value, RelI, 1 << RE.Size); in processRelocationRef()
82 return ++RelI; in processRelocationRef()
163 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSubtractRelocation()
166 uint64_t Offset = RelI->getOffset(); in processSubtractRelocation()
176 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSubtractRelocation()
198 ++RelI; in processSubtractRelocation()
203 RelInfo = Obj.getRelocation(RelI->getRawDataRefImpl()); in processSubtractRelocation()
[all …]
H A DRuntimeDyldMachOI386.h33 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef() argument
40 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
46 return processSECTDIFFRelocation(SectionID, RelI, Obj, in processRelocationRef()
66 RelocationEntry RE(getRelocationEntry(SectionID, Obj, RelI)); in processRelocationRef()
85 makeValueAddendPCRel(Value, RelI, 1 << RE.Size); in processRelocationRef()
94 return ++RelI; in processRelocationRef()
151 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSECTDIFFRelocation()
157 uint64_t Offset = RelI->getOffset(); in processSECTDIFFRelocation()
162 ++RelI; in processSECTDIFFRelocation()
164 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSECTDIFFRelocation()
[all …]
H A DRuntimeDyldMachOARM.h107 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
114 auto Symbol = RelI->getSymbol(); in processRelocationRef()
140 return ++RelI; in processRelocationRef()
159 RelocationEntry RE(getRelocationEntry(SectionID, Obj, RelI)); in processRelocationRef()
179 makeValueAddendPCRel(Value, RelI, in processRelocationRef()
199 return ++RelI; in processRelocationRef()
350 MachO.getRelocation(RelI->getRawDataRefImpl()); in processHALFSECTDIFFRelocation()
362 uint64_t Offset = RelI->getOffset(); in processHALFSECTDIFFRelocation()
374 ++RelI; in processHALFSECTDIFFRelocation()
376 MachO.getRelocation(RelI->getRawDataRefImpl()); in processHALFSECTDIFFRelocation()
[all …]
H A DRuntimeDyldMachOAArch64.h273 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef() argument
280 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
298 ++RelI; in processRelocationRef()
299 RelInfo = Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
305 RelocationEntry RE(getRelocationEntry(SectionID, Obj, RelI)); in processRelocationRef()
337 makeValueAddendPCRel(Value, RelI, 1 << RE.Size); in processRelocationRef()
352 return ++RelI; in processRelocationRef()
486 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSubtractRelocation()
489 uint64_t Offset = RelI->getOffset(); in processSubtractRelocation()
502 ++RelI; in processSubtractRelocation()
[all …]
H A DRuntimeDyldCOFFI386.h38 object::relocation_iterator RelI, in processRelocationRef() argument
43 auto Symbol = RelI->getSymbol(); in processRelocationRef()
58 uint64_t RelType = RelI->getType(); in processRelocationRef()
59 uint64_t Offset = RelI->getOffset(); in processRelocationRef()
98 RelI->getTypeName(RelTypeName); in processRelocationRef()
139 return ++RelI; in processRelocationRef()
H A DRuntimeDyldCOFFThumb.h60 object::relocation_iterator RelI, in processRelocationRef() argument
64 auto Symbol = RelI->getSymbol(); in processRelocationRef()
78 uint64_t RelType = RelI->getType(); in processRelocationRef()
79 uint64_t Offset = RelI->getOffset(); in processRelocationRef()
99 RelI->getTypeName(RelTypeName); in processRelocationRef()
182 return ++RelI; in processRelocationRef()
H A DRuntimeDyldCOFFAArch64.h142 processRelocationRef(unsigned SectionID, object::relocation_iterator RelI, in processRelocationRef() argument
147 auto Symbol = RelI->getSymbol(); in processRelocationRef()
161 uint64_t RelType = RelI->getType(); in processRelocationRef()
162 uint64_t Offset = RelI->getOffset(); in processRelocationRef()
239 RelI->getTypeName(RelTypeName); in processRelocationRef()
253 return ++RelI; in processRelocationRef()
H A DRuntimeDyldCOFFX86_64.h191 object::relocation_iterator RelI, in processRelocationRef() argument
197 object::symbol_iterator Symbol = RelI->getSymbol(); in processRelocationRef()
208 uint64_t RelType = RelI->getType(); in processRelocationRef()
209 uint64_t Offset = RelI->getOffset(); in processRelocationRef()
278 return ++RelI; in processRelocationRef()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h42 bool resolveAArch64ShortBranch(unsigned SectionID, relocation_iterator RelI,
46 relocation_iterator RelI, StubMap &Stubs);
190 processRelocationRef(unsigned SectionID, relocation_iterator RelI,
H A DRuntimeDyldMachO.cpp55 unsigned SectionID, relocation_iterator RelI, in processScatteredVANILLA() argument
62 Obj.getRelocation(RelI->getRawDataRefImpl()); in processScatteredVANILLA()
68 uint64_t Offset = RelI->getOffset(); in processScatteredVANILLA()
92 return ++RelI; in processScatteredVANILLA()
H A DRuntimeDyldELF.cpp1125 unsigned SectionID, relocation_iterator RelI, in resolveAArch64ShortBranch() argument
1142 uint64_t Offset = RelI->getOffset(); in resolveAArch64ShortBranch()
1165 uint64_t Offset = RelI->getOffset(); in resolveAArch64Branch()
1166 unsigned RelType = RelI->getType(); in resolveAArch64Branch()
1217 uint64_t RelType = RelI->getType(); in processRelocationRef()
1223 elf_symbol_iterator Symbol = RelI->getSymbol(); in processRelocationRef()
1303 uint64_t Offset = RelI->getOffset(); in processRelocationRef()
1311 resolveAArch64Branch(SectionID, Value, RelI, Stubs); in processRelocationRef()
1873 ++RelI; in processRelocationRef()
1874 auto &GetAddrRelocation = *RelI; in processRelocationRef()
[all …]
H A DRuntimeDyldMachO.h83 processScatteredVANILLA(unsigned SectionID, relocation_iterator RelI,
H A DRuntimeDyldImpl.h408 processRelocationRef(unsigned SectionID, relocation_iterator RelI,