| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldMachOX86_64.h | 33 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef() argument 40 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef() 44 return processSubtractRelocation(SectionID, RelI, Obj, ObjSectionToID); in processRelocationRef() 49 RelocationEntry RE(getRelocationEntry(SectionID, Obj, RelI)); in processRelocationRef() 52 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef() 59 makeValueAddendPCRel(Value, RelI, 1 << RE.Size); in processRelocationRef() 82 return ++RelI; in processRelocationRef() 157 processSubtractRelocation(unsigned SectionID, relocation_iterator RelI, in processSubtractRelocation() argument 163 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSubtractRelocation() 166 uint64_t Offset = RelI->getOffset(); in processSubtractRelocation() [all …]
|
| H A D | RuntimeDyldMachOI386.h | 33 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef() argument 40 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef() 46 return processSECTDIFFRelocation(SectionID, RelI, Obj, in processRelocationRef() 49 return processScatteredVANILLA(SectionID, RelI, Obj, ObjSectionToID); in processRelocationRef() 66 RelocationEntry RE(getRelocationEntry(SectionID, Obj, RelI)); in processRelocationRef() 69 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef() 85 makeValueAddendPCRel(Value, RelI, 1 << RE.Size); in processRelocationRef() 94 return ++RelI; in processRelocationRef() 145 processSECTDIFFRelocation(unsigned SectionID, relocation_iterator RelI, in processSECTDIFFRelocation() argument 151 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSECTDIFFRelocation() [all …]
|
| H A D | RuntimeDyldMachOARM.h | 100 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef() argument 107 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef() 114 auto Symbol = RelI->getSymbol(); in processRelocationRef() 134 return processHALFSECTDIFFRelocation(SectionID, RelI, Obj, in processRelocationRef() 137 return processScatteredVANILLA(SectionID, RelI, Obj, ObjSectionToID, in processRelocationRef() 140 return ++RelI; in processRelocationRef() 159 RelocationEntry RE(getRelocationEntry(SectionID, Obj, RelI)); in processRelocationRef() 167 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef() 179 makeValueAddendPCRel(Value, RelI, in processRelocationRef() 199 return ++RelI; in processRelocationRef() [all …]
|
| H A D | RuntimeDyldMachOAArch64.h | 273 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() 303 return processSubtractRelocation(SectionID, RelI, Obj, ObjSectionToID); in processRelocationRef() 305 RelocationEntry RE(getRelocationEntry(SectionID, Obj, RelI)); in processRelocationRef() 327 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef() 337 makeValueAddendPCRel(Value, RelI, 1 << RE.Size); in processRelocationRef() 352 return ++RelI; in processRelocationRef() 480 processSubtractRelocation(unsigned SectionID, relocation_iterator RelI, in processSubtractRelocation() argument [all …]
|
| H A D | RuntimeDyldCOFFI386.h | 38 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 D | RuntimeDyldCOFFThumb.h | 60 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 D | RuntimeDyldCOFFAArch64.h | 142 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 D | RuntimeDyldCOFFX86_64.h | 191 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()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldELF.h | 42 bool resolveAArch64ShortBranch(unsigned SectionID, relocation_iterator RelI, 46 relocation_iterator RelI, StubMap &Stubs); 224 processRelocationRef(unsigned SectionID, relocation_iterator RelI,
|
| H A D | RuntimeDyldMachO.cpp | 55 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 D | RuntimeDyldELF.cpp | 1125 unsigned SectionID, relocation_iterator RelI, in resolveAArch64ShortBranch() argument 1142 uint64_t Offset = RelI->getOffset(); in resolveAArch64ShortBranch() 1151 resolveRelocation(Sections[SectionID], Offset, Address, RelI->getType(), in resolveAArch64ShortBranch() 1159 relocation_iterator RelI, in resolveAArch64Branch() argument 1165 uint64_t Offset = RelI->getOffset(); in resolveAArch64Branch() 1166 unsigned RelType = RelI->getType(); in resolveAArch64Branch() 1174 } else if (!resolveAArch64ShortBranch(SectionID, RelI, Value)) { in resolveAArch64Branch() 1214 unsigned SectionID, relocation_iterator RelI, const ObjectFile &O, in processRelocationRef() argument 1217 uint64_t RelType = RelI->getType(); in processRelocationRef() 1219 if (Expected<int64_t> AddendOrErr = ELFRelocationRef(*RelI).getAddend()) in processRelocationRef() [all …]
|
| H A D | RuntimeDyldMachO.h | 83 processScatteredVANILLA(unsigned SectionID, relocation_iterator RelI,
|
| H A D | RuntimeDyldImpl.h | 408 processRelocationRef(unsigned SectionID, relocation_iterator RelI,
|