| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | x86_64.h | 450 uint64_t Value = E.getTarget().getAddress().getValue() + E.getAddend(); in applyFixup() 456 uint64_t Value = E.getTarget().getAddress().getValue() + E.getAddend(); in applyFixup() 464 int64_t Value = E.getTarget().getAddress().getValue() + E.getAddend(); in applyFixup() 473 uint64_t Value = E.getTarget().getAddress().getValue() + E.getAddend(); in applyFixup() 482 uint64_t Value = E.getTarget().getAddress().getValue() + E.getAddend(); in applyFixup() 498 E.getTarget().getAddress() - (FixupAddress + 4) + E.getAddend(); in applyFixup() 507 int64_t Value = E.getTarget().getAddress() - FixupAddress + E.getAddend(); in applyFixup() 513 int64_t Value = E.getTarget().getAddress() - FixupAddress + E.getAddend(); in applyFixup() 522 int64_t Value = E.getTarget().getAddress() - FixupAddress + E.getAddend(); in applyFixup() 531 int64_t Value = E.getTarget().getAddress() - FixupAddress + E.getAddend(); in applyFixup() [all …]
|
| H A D | aarch64.h | 506 uint64_t Value = E.getTarget().getAddress().getValue() + E.getAddend(); in applyFixup() 511 uint64_t Value = E.getTarget().getAddress().getValue() + E.getAddend(); in applyFixup() 523 Value = E.getTarget().getAddress() - FixupAddress + E.getAddend(); in applyFixup() 525 Value = FixupAddress - E.getTarget().getAddress() + E.getAddend(); in applyFixup() 540 int64_t Value = E.getTarget().getAddress() - FixupAddress + E.getAddend(); in applyFixup() 559 (E.getTarget().getAddress() + E.getAddend()).getValue(); in applyFixup() 575 int64_t Delta = E.getTarget().getAddress() + E.getAddend() - FixupAddress; in applyFixup() 590 int64_t Delta = E.getTarget().getAddress() + E.getAddend() - FixupAddress; in applyFixup() 606 int64_t Delta = E.getTarget().getAddress() + E.getAddend() - FixupAddress; in applyFixup() 623 int64_t Delta = E.getTarget().getAddress() + E.getAddend() - FixupAddress; in applyFixup() [all …]
|
| H A D | x86.h | 194 uint32_t Value = E.getTarget().getAddress().getValue() + E.getAddend(); in applyFixup() 200 int32_t Value = E.getTarget().getAddress() - FixupAddress + E.getAddend(); in applyFixup() 206 uint32_t Value = E.getTarget().getAddress().getValue() + E.getAddend(); in applyFixup() 215 int32_t Value = E.getTarget().getAddress() - FixupAddress + E.getAddend(); in applyFixup() 224 int32_t Value = E.getTarget().getAddress() - FixupAddress + E.getAddend(); in applyFixup() 232 E.getTarget().getAddress() - GOTSymbol->getAddress() + E.getAddend(); in applyFixup() 240 int32_t Value = E.getTarget().getAddress() - FixupAddress + E.getAddend(); in applyFixup()
|
| H A D | loongarch.h | 341 int64_t Addend = E.getAddend(); in applyFixup()
|
| H A D | ppc64.h | 364 int64_t A = E.getAddend(); in applyFixup()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | ELF_riscv.cpp | 201 int64_t Value = (E.getTarget().getAddress() + E.getAddend()).getValue(); in applyFixup() 206 int64_t Value = (E.getTarget().getAddress() + E.getAddend()).getValue(); in applyFixup() 211 int64_t Value = E.getTarget().getAddress() + E.getAddend() - FixupAddress; in applyFixup() 226 int64_t Value = E.getTarget().getAddress() + E.getAddend() - FixupAddress; in applyFixup() 244 int64_t Value = E.getTarget().getAddress() + E.getAddend() - FixupAddress; in applyFixup() 261 int64_t Value = E.getTarget().getAddress() + E.getAddend() - FixupAddress; in applyFixup() 278 RelHI20->getAddend() - E.getTarget().getAddress(); in applyFixup() 293 RelHI20->getAddend() - E.getTarget().getAddress(); in applyFixup() 303 int64_t Value = (E.getTarget().getAddress() + E.getAddend()).getValue(); in applyFixup() 315 int64_t Value = (E.getTarget().getAddress() + E.getAddend()).getValue(); in applyFixup() [all …]
|
| H A D | JITLink.cpp | 160 if (E.getAddend() != 0) in printEdge() 161 OS << " + " << E.getAddend(); in printEdge() 349 if (E.getAddend() >= 0) in dump() 350 OS << formatv("+{0:x8}", E.getAddend()); in dump() 352 OS << formatv("-{0:x8}", -E.getAddend()); in dump() 425 << formatv("{0:x}", E.getTarget().getAddress() + E.getAddend()) in makeTargetOutOfRangeError() 431 if (E.getAddend()) { in makeTargetOutOfRangeError() 434 << formatv("{0:x}", E.getAddend()); in makeTargetOutOfRangeError()
|
| H A D | COFF_x86_64.cpp | 206 E.setAddend(E.getAddend() - ImageBase->getAddress().getValue()); in operator ()() 223 E.setAddend(E.getAddend() - in operator ()()
|
| H A D | EHFrameSupportImpl.h | 60 EdgeTarget(const Edge &E) : Target(&E.getTarget()), Addend(E.getAddend()) {} in EdgeTarget()
|
| H A D | x86_64.cpp | 152 E.setAddend(E.getAddend() - 4); in optimizeGOTAndStubAccesses()
|
| H A D | ELF_loongarch.cpp | 143 !E.getTarget().isDefined() ? Log2_64(E.getAddend()) + 1 : E.getAddend(); in relaxAlign()
|
| H A D | MachO_arm64.cpp | 611 if (E.getAddend() >> 32) in applyPACSigningToModInitPointers() 621 E.setAddend(E.getAddend() | SigningBits); in applyPACSigningToModInitPointers()
|
| H A D | aarch32.cpp | 471 int64_t Addend = E.getAddend(); in applyFixupData() 528 int64_t Addend = E.getAddend(); in applyFixupArm() 604 int64_t Addend = E.getAddend(); in applyFixupThumb()
|
| H A D | aarch64.cpp | 340 uint64_t EncodedInfo = E.getAddend(); in lowerPointer64AuthEdgesToSigningFunction()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Relocations.h | 333 static inline int64_t getAddend(const typename ELFT::Rel &rel) { 337 static inline int64_t getAddend(const typename ELFT::Rela &rel) { 341 static inline int64_t getAddend(const typename ELFT::Crel &rel) {
|
| H A D | MarkLive.cpp | 96 static uint64_t getAddend(Ctx &ctx, InputSectionBase &sec, in getAddend() function 103 static uint64_t getAddend(Ctx &, InputSectionBase &sec, in getAddend() function 110 static uint64_t getAddend(Ctx &, InputSectionBase &sec, in getAddend() function 134 offset += getAddend<ELFT>(ctx, sec, rel); in resolveReloc()
|
| H A D | DWARF.cpp | 127 d.p = getAddend<ELFT>(rel); in findAux()
|
| H A D | ICF.cpp | 249 uint64_t addA = getAddend<ELFT>(*rai); in constantEq() 250 uint64_t addB = getAddend<ELFT>(*rbi); in constantEq()
|
| H A D | InputSection.cpp | 451 getAddend<ELFT>(rel), &file.getRelocTargetSym(rel)}; in copyRelocations() 1045 int64_t addend = getAddend<ELFT>(rel); in relocateNonAlloc() 1064 (f->getRelocTargetSym(*it).getVA(ctx) + getAddend<ELFT>(*it)); in relocateNonAlloc()
|
| H A D | OutputSections.cpp | 694 rel.getType(ctx.arg.isMips64EL), getAddend<ELFT>(rel)); in relToCrel()
|
| /freebsd/contrib/llvm-project/llvm/lib/XRay/ |
| H A D | InstrumentationMap.cpp | 128 auto AddendOrErr = object::ELFRelocationRef(Reloc).getAddend(); in loadObj() 138 if (auto AddendOrErr = object::ELFRelocationRef(Reloc).getAddend()) in loadObj()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | RelocationResolver.cpp | 32 Expected<int64_t> AddendOrErr = ELFRelocationRef(R).getAddend(); in getELFAddend()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | COFFPlatform.cpp | 903 S.getName().str(), E.getTarget().getAddress() + E.getAddend())); in registerObjectPlatformSectionsInBootstrap()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.cpp | 1647 static void getAddend(uint64_t &, const Elf_Rel_Impl<ELFT, false> &) {} in getAddend() function 1650 static void getAddend(uint64_t &ToSet, const Elf_Rel_Impl<ELFT, true> &Rela) { in getAddend() function 1659 getAddend(ToAdd.Addend, Rel); in initRelocations()
|
| /freebsd/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | PPC64.cpp | 349 return {dyn_cast<Defined>(&sym), getAddend<ELFT>(relas[index])}; in getRelaTocSymAndAddend()
|