Home
last modified time | relevance | path

Searched refs:getAddend (Results 1 – 24 of 24) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp193 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 DJITLink.cpp139 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 DCOFF_x86_64.cpp199 E.setAddend(E.getAddend() - *ImageBase); in lowerCOFFRelocationEdges()
216 E.setAddend(E.getAddend() - in lowerCOFFRelocationEdges()
H A DEHFrameSupportImpl.h57 EdgeTarget(const Edge &E) : Target(&E.getTarget()), Addend(E.getAddend()) {} in EdgeTarget()
H A Dx86_64.cpp118 E.setAddend(E.getAddend() - 4); in optimizeGOTAndStubAccesses()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dx86_64.h407 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 Di386.h160 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 Daarch64.h352 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 Dloongarch.h180 int64_t Addend = E.getAddend(); in applyFixup()
H A DJITLink.h90 AddendT getAddend() const { return Addend; } in getAddend() function
/openbsd-src/gnu/llvm/lld/ELF/
H A DRelocations.h194 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 DMarkLive.cpp76 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 DDWARF.cpp128 d.p = getAddend<ELFT>(rel); in findAux()
H A DICF.cpp247 uint64_t addA = getAddend<ELFT>(ra[i]); in constantEq()
248 uint64_t addB = getAddend<ELFT>(rb[i]); in constantEq()
H A DInputSection.cpp370 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 DInstrumentationMap.cpp127 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 DLLJITWithObjectLinkingLayerPlugin.cpp166 << ", addend = " << formatv("{0:x}", E.getAddend()) in printGraph()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DRelocationResolver.cpp34 Expected<int64_t> AddendOrErr = ELFRelocationRef(R).getAddend(); in getELFAddend()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DCOFFPlatform.cpp895 ExecutorAddr(E.getTarget().getAddress() + E.getAddend()))); in registerObjectPlatformSectionsInBootstrap()
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1604 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 DPPC64.cpp335 return {dyn_cast<Defined>(&sym), getAddend<ELFT>(relas[index])}; in getRelaTocSymAndAddend()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp740 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 DELFObjectFile.h214 Expected<int64_t> getAddend() const { in getAddend() function
/openbsd-src/gnu/llvm/llvm/docs/
H A DJITLink.rst294 * ``Addend``, accessible via ``getAddend``, is a constant whose interpretation