| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | ELF_riscv.cpp | 193 int64_t Value = (E.getTarget().getAddress() + E.getAddend()).getValue(); in applyFixup() 198 int64_t Value = (E.getTarget().getAddress() + E.getAddend()).getValue(); in applyFixup() 203 int64_t Value = E.getTarget().getAddress() + E.getAddend() - FixupAddress; in applyFixup() 218 int64_t Value = E.getTarget().getAddress() + E.getAddend() - FixupAddress; in applyFixup() 233 int64_t Value = E.getTarget().getAddress() + E.getAddend() - FixupAddress; in applyFixup() 250 int64_t Value = E.getTarget().getAddress() + E.getAddend() - FixupAddress; in applyFixup() 267 RelHI20->getAddend() - E.getTarget().getAddress(); in applyFixup() 282 RelHI20->getAddend() - E.getTarget().getAddress(); in applyFixup() 292 int64_t Value = (E.getTarget().getAddress() + E.getAddend()).getValue(); in applyFixup() 304 int64_t Value = (E.getTarget().getAddress() + E.getAddend()).getValue(); in applyFixup() [all …]
|
| H A D | JITLink.cpp | 139 if (E.getAddend() != 0) in printEdge() 140 OS << " + " << E.getAddend(); in printEdge() 292 if (E.getAddend() >= 0) in dump() 293 OS << formatv("+{0:x8}", E.getAddend()); in dump() 295 OS << formatv("-{0:x8}", -E.getAddend()); in dump()
|
| H A D | COFF_x86_64.cpp | 199 E.setAddend(E.getAddend() - *ImageBase); in lowerCOFFRelocationEdges() 216 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 | 118 E.setAddend(E.getAddend() - 4); in optimizeGOTAndStubAccesses()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | x86_64.h | 407 uint64_t Value = E.getTarget().getAddress().getValue() + E.getAddend(); in applyFixup() 413 uint64_t Value = E.getTarget().getAddress().getValue() + E.getAddend(); in applyFixup() 421 int64_t Value = E.getTarget().getAddress().getValue() + E.getAddend(); in applyFixup() 430 uint64_t Value = E.getTarget().getAddress().getValue() + E.getAddend(); in applyFixup() 446 E.getTarget().getAddress() - (FixupAddress + 4) + E.getAddend(); in applyFixup() 455 int64_t Value = E.getTarget().getAddress() - FixupAddress + E.getAddend(); in applyFixup() 461 int64_t Value = E.getTarget().getAddress() - FixupAddress + E.getAddend(); in applyFixup() 470 int64_t Value = FixupAddress - E.getTarget().getAddress() + E.getAddend(); in applyFixup() 476 int64_t Value = FixupAddress - E.getTarget().getAddress() + E.getAddend(); in applyFixup() 486 E.getTarget().getAddress() - GOTSymbol->getAddress() + E.getAddend(); in applyFixup()
|
| H A D | i386.h | 160 uint32_t Value = E.getTarget().getAddress().getValue() + E.getAddend(); in applyFixup() 167 E.getTarget().getAddress() - (FixupAddress + 4) + E.getAddend(); in applyFixup() 173 uint32_t Value = E.getTarget().getAddress().getValue() + E.getAddend(); in applyFixup() 183 E.getTarget().getAddress() - (FixupAddress + 4) + E.getAddend(); in applyFixup() 192 int32_t Value = E.getTarget().getAddress() - FixupAddress + E.getAddend(); in applyFixup() 200 E.getTarget().getAddress() - GOTSymbol->getAddress() + E.getAddend(); in applyFixup()
|
| H A D | aarch64.h | 352 uint64_t Value = E.getTarget().getAddress().getValue() + E.getAddend(); in applyFixup() 357 uint64_t Value = E.getTarget().getAddress().getValue() + E.getAddend(); in applyFixup() 369 Value = E.getTarget().getAddress() - FixupAddress + E.getAddend(); in applyFixup() 371 Value = FixupAddress - E.getTarget().getAddress() + E.getAddend(); in applyFixup() 386 int64_t Value = E.getTarget().getAddress() - FixupAddress + E.getAddend(); in applyFixup() 405 (E.getTarget().getAddress() + E.getAddend()).getValue(); in applyFixup() 419 assert(E.getAddend() == 0 && "LDRLiteral19 with non-zero addend"); in applyFixup() 436 (E.getTarget().getAddress().getValue() + E.getAddend()) & in applyFixup() 456 (E.getTarget().getAddress() + E.getAddend()).getValue() & 0xfff; in applyFixup() 561 assert(E.getAddend() == 0 && in visitEdge()
|
| H A D | loongarch.h | 180 int64_t Addend = E.getAddend(); in applyFixup()
|
| H A D | JITLink.h | 90 AddendT getAddend() const { return Addend; } in getAddend() function
|
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | Relocations.h | 194 static inline int64_t getAddend(const typename ELFT::Rel &rel) { in getAddend() function 198 static inline int64_t getAddend(const typename ELFT::Rela &rel) { in getAddend() function
|
| 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 | 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 | 370 p->r_addend = getAddend<ELFT>(rel); in copyRelocations() 411 int64_t addend = getAddend<ELFT>(rel); in copyRelocations() 856 int64_t addend = getAddend<ELFT>(rel); in relocateNonAlloc()
|
| /openbsd-src/gnu/llvm/llvm/lib/XRay/ |
| H A D | InstrumentationMap.cpp | 127 auto AddendOrErr = object::ELFRelocationRef(Reloc).getAddend(); in loadObj() 137 if (auto AddendOrErr = object::ELFRelocationRef(Reloc).getAddend()) in loadObj()
|
| /openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/ |
| H A D | LLJITWithObjectLinkingLayerPlugin.cpp | 166 << ", addend = " << formatv("{0:x}", E.getAddend()) in printGraph()
|
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | RelocationResolver.cpp | 34 Expected<int64_t> AddendOrErr = ELFRelocationRef(R).getAddend(); in getELFAddend()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | COFFPlatform.cpp | 895 ExecutorAddr(E.getTarget().getAddress() + E.getAddend()))); in registerObjectPlatformSectionsInBootstrap()
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.cpp | 1604 static void getAddend(uint64_t &, const Elf_Rel_Impl<ELFT, false> &) {} in getAddend() function 1607 static void getAddend(uint64_t &ToSet, const Elf_Rel_Impl<ELFT, true> &Rela) { in getAddend() function 1616 getAddend(ToAdd.Addend, Rel); in initRelocations()
|
| /openbsd-src/gnu/llvm/lld/ELF/Arch/ |
| H A D | PPC64.cpp | 335 return {dyn_cast<Defined>(&sym), getAddend<ELFT>(relas[index])}; in getRelaTocSymAndAddend()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldELF.cpp | 740 if (auto AddendOrErr = i->getAddend()) in findOPDEntrySection() 1219 if (Expected<int64_t> AddendOrErr = ELFRelocationRef(*RelI).getAddend()) in processRelocationRef()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
| H A D | ELFObjectFile.h | 214 Expected<int64_t> getAddend() const { in getAddend() function
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | JITLink.rst | 294 * ``Addend``, accessible via ``getAddend``, is a constant whose interpretation
|