| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | ELF_riscv.cpp | 276 RelHI20->getAddend() - E.getTarget().getAddress(); in applyFixup() 291 RelHI20->getAddend() - E.getTarget().getAddress(); in applyFixup() 334 *(reinterpret_cast<const uint8_t *>(FixupPtr)) + E.getAddend()) in applyFixup() 341 support::endian::read16le(FixupPtr) + E.getAddend()) in applyFixup() 348 support::endian::read32le(FixupPtr) + E.getAddend()) in applyFixup() 421 Value -= E.getTarget().getAddress().getValue() - E.getAddend(); in applyFixup() 581 const auto Align = NextPowerOf2(E.getAddend()); in relaxAlign() 583 const auto SrcLoc = Loc.getValue() + E.getAddend(); in relaxAlign() 597 const auto Dest = E.getTarget().getAddress() + E.getAddend(); in relaxCall() 710 if (Remove % 4 || E->getAddend() % 4) { in finalizeBlockRelax() [all …]
|
| H A D | JITLink.cpp | 159 if (E.getAddend() != 0) in printEdge() 160 OS << " + " << E.getAddend(); in printEdge() 312 if (E.getAddend() >= 0) in dump() 313 OS << formatv("+{0:x8}", E.getAddend()); in dump() 315 OS << formatv("-{0:x8}", -E.getAddend()); in dump()
|
| H A D | COFF_x86_64.cpp | 201 E.setAddend(E.getAddend() - ImageBase->getValue()); in lowerCOFFRelocationEdges() 218 E.setAddend(E.getAddend() - in lowerCOFFRelocationEdges()
|
| H A D | EHFrameSupportImpl.h | 57 EdgeTarget(const Edge &E) : Target(&E.getTarget()), Addend(E.getAddend()) {} in EdgeTarget()
|
| H A D | x86_64.cpp | 120 E.setAddend(E.getAddend() - 4); in optimizeGOTAndStubAccesses()
|
| H A D | aarch32.cpp | 473 int64_t Addend = E.getAddend(); in applyFixupData() 530 int64_t Addend = E.getAddend(); in applyFixupArm() 606 int64_t Addend = E.getAddend(); in applyFixupThumb()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | x86_64.h | 405 uint64_t Value = E.getTarget().getAddress().getValue() + E.getAddend(); in applyFixup() 411 uint64_t Value = E.getTarget().getAddress().getValue() + E.getAddend(); in applyFixup() 419 int64_t Value = E.getTarget().getAddress().getValue() + E.getAddend(); in applyFixup() 428 uint64_t Value = E.getTarget().getAddress().getValue() + E.getAddend(); in applyFixup() 437 uint64_t Value = E.getTarget().getAddress().getValue() + E.getAddend(); in applyFixup() 453 E.getTarget().getAddress() - (FixupAddress + 4) + E.getAddend(); in applyFixup() 462 int64_t Value = E.getTarget().getAddress() - FixupAddress + E.getAddend(); in applyFixup() 468 int64_t Value = E.getTarget().getAddress() - FixupAddress + E.getAddend(); in applyFixup() 477 int64_t Value = FixupAddress - E.getTarget().getAddress() + E.getAddend(); in applyFixup() 483 int64_t Value = FixupAddress - E.getTarget().getAddress() + E.getAddend(); in applyFixup() [all …]
|
| H A D | aarch64.h | 430 uint64_t Value = E.getTarget().getAddress().getValue() + E.getAddend(); in applyFixup() 435 uint64_t Value = E.getTarget().getAddress().getValue() + E.getAddend(); in applyFixup() 447 Value = E.getTarget().getAddress() - FixupAddress + E.getAddend(); in applyFixup() 449 Value = FixupAddress - E.getTarget().getAddress() + E.getAddend(); in applyFixup() 464 int64_t Value = E.getTarget().getAddress() - FixupAddress + E.getAddend(); in applyFixup() 483 (E.getTarget().getAddress() + E.getAddend()).getValue(); in applyFixup() 497 assert(E.getAddend() == 0 && "LDRLiteral19 with non-zero addend"); in applyFixup() 516 int64_t Delta = E.getTarget().getAddress() + E.getAddend() - FixupAddress; in applyFixup() 563 (E.getTarget().getAddress().getValue() + E.getAddend()) & in applyFixup() 583 (E.getTarget().getAddress() + E.getAddend()).getValue() & 0xfff; in applyFixup() [all …]
|
| H A D | i386.h | 212 uint32_t Value = E.getTarget().getAddress().getValue() + E.getAddend(); in applyFixup() 219 E.getTarget().getAddress() - (FixupAddress + 4) + E.getAddend(); in applyFixup() 225 uint32_t Value = E.getTarget().getAddress().getValue() + E.getAddend(); in applyFixup() 235 E.getTarget().getAddress() - (FixupAddress + 4) + E.getAddend(); in applyFixup() 244 int32_t Value = E.getTarget().getAddress() - FixupAddress + E.getAddend(); in applyFixup() 252 E.getTarget().getAddress() - GOTSymbol->getAddress() + E.getAddend(); in applyFixup() 261 E.getTarget().getAddress() - (FixupAddress + 4) + E.getAddend(); in applyFixup()
|
| H A D | loongarch.h | 180 int64_t Addend = E.getAddend(); in applyFixup()
|
| H A D | ppc64.h | 363 int64_t A = E.getAddend(); in applyFixup()
|
| H A D | JITLink.h | 95 AddendT getAddend() const { return Addend; } in getAddend() function
|
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | MarkLive.cpp | 76 static uint64_t getAddend(InputSectionBase &sec, in getAddend() function 83 static uint64_t getAddend(InputSectionBase &sec, in getAddend() function 104 offset += getAddend<ELFT>(sec, rel); in resolveReloc()
|
| H A D | Relocations.h | 208 static inline int64_t getAddend(const typename ELFT::Rel &rel) { in getAddend() function 212 static inline int64_t getAddend(const typename ELFT::Rela &rel) { in getAddend() function
|
| H A D | DWARF.cpp | 128 d.p = getAddend<ELFT>(rel); in findAux()
|
| H A D | ICF.cpp | 247 uint64_t addA = getAddend<ELFT>(ra[i]); in constantEq() 248 uint64_t addB = getAddend<ELFT>(rb[i]); in constantEq()
|
| H A D | InputSection.cpp | 372 getAddend<ELFT>(rel), &file.getRelocTargetSym(rel)}; in copyRelocations() 923 int64_t addend = getAddend<ELFT>(rel); in relocateNonAlloc() 943 getAddend<ELFT>(rels[i])); in relocateNonAlloc()
|
| H A D | Relocations.cpp | 1417 ? getAddend<ELFT>(rel) in scanOne()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Object/ |
| H A D | RelocationResolver.cpp | 33 Expected<int64_t> AddendOrErr = ELFRelocationRef(R).getAddend(); in getELFAddend()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | COFFPlatform.cpp | 905 S.getName().str(), E.getTarget().getAddress() + E.getAddend())); in registerObjectPlatformSectionsInBootstrap()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.cpp | 1619 static void getAddend(uint64_t &, const Elf_Rel_Impl<ELFT, false> &) {} in getAddend() function 1622 static void getAddend(uint64_t &ToSet, const Elf_Rel_Impl<ELFT, true> &Rela) { in getAddend() function 1631 getAddend(ToAdd.Addend, Rel); in initRelocations()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldELF.cpp | 745 if (auto AddendOrErr = i->getAddend()) in findOPDEntrySection() 1224 if (Expected<int64_t> AddendOrErr = ELFRelocationRef(*RelI).getAddend()) in processRelocationRef()
|
| /freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | PPC64.cpp | 351 return {dyn_cast<Defined>(&sym), getAddend<ELFT>(relas[index])}; in getRelaTocSymAndAddend()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | ELFObjectFile.h | 224 Expected<int64_t> getAddend() const { in getAddend() function
|