/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | x86_64.h | 418 uint64_t Value = E.getTarget().getAddress().getValue() + E.getAddend(); in applyFixup() 424 uint64_t Value = E.getTarget().getAddress().getValue() + E.getAddend(); in applyFixup() 432 int64_t Value = E.getTarget().getAddress().getValue() + E.getAddend(); in applyFixup() 441 uint64_t Value = E.getTarget().getAddress().getValue() + E.getAddend(); in applyFixup() 450 uint64_t Value = E.getTarget().getAddress().getValue() + E.getAddend(); in applyFixup() 466 E.getTarget().getAddress() - (FixupAddress + 4) + E.getAddend(); in applyFixup() 475 int64_t Value = E.getTarget().getAddress() - FixupAddress + E.getAddend(); in applyFixup() 481 int64_t Value = E.getTarget().getAddress() - FixupAddress + E.getAddend(); in applyFixup() 490 int64_t Value = E.getTarget().getAddress() - FixupAddress + E.getAddend(); in applyFixup() 499 int64_t Value = FixupAddress - E.getTarget().getAddress() + E.getAddend(); in applyFixup() [all …]
|
H A D | aarch64.h | 442 uint64_t Value = E.getTarget().getAddress().getValue() + E.getAddend(); in applyFixup() 447 uint64_t Value = E.getTarget().getAddress().getValue() + E.getAddend(); in applyFixup() 459 Value = E.getTarget().getAddress() - FixupAddress + E.getAddend(); in applyFixup() 461 Value = FixupAddress - E.getTarget().getAddress() + E.getAddend(); in applyFixup() 476 int64_t Value = E.getTarget().getAddress() - FixupAddress + E.getAddend(); in applyFixup() 495 (E.getTarget().getAddress() + E.getAddend()).getValue(); in applyFixup() 511 int64_t Delta = E.getTarget().getAddress() + E.getAddend() - FixupAddress; in applyFixup() 526 int64_t Delta = E.getTarget().getAddress() + E.getAddend() - FixupAddress; in applyFixup() 542 int64_t Delta = E.getTarget().getAddress() + E.getAddend() - FixupAddress; in applyFixup() 559 int64_t Delta = E.getTarget().getAddress() + E.getAddend() - FixupAddress; 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();
|
H A D | JITLink.h | 96 AddendT getAddend() const { return Addend; } in getAddend() function
|
/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 | 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 | 122 E.setAddend(E.getAddend() - 4); in optimizeGOTAndStubAccesses()
|
H A D | aarch32.cpp | 473 int64_t Addend = E.getAddend(); in getEdgeKindName() 530 int64_t Addend = E.getAddend(); 606 int64_t Addend = E.getAddend();
|
/freebsd/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 90 static uint64_t getAddend(InputSectionBase &sec, in getAddend() function 110 offset += getAddend<ELFT>(sec, rel); in resolveReloc()
|
H A D | Relocations.h | 297 static inline int64_t getAddend(const typename ELFT::Rel &rel) { 301 static inline int64_t getAddend(const typename ELFT::Rela &rel) { 305 static inline int64_t getAddend(const typename ELFT::Crel &rel) {
|
H A D | DWARF.cpp | 129 d.p = getAddend<ELFT>(rel); in findAux()
|
H A D | ICF.cpp | 248 uint64_t addA = getAddend<ELFT>(*rai); in constantEq() 249 uint64_t addB = getAddend<ELFT>(*rbi); in constantEq()
|
H A D | InputSection.cpp | 416 getAddend<ELFT>(rel), &file.getRelocTargetSym(rel)}; in copyRelocations() 976 int64_t addend = getAddend<ELFT>(rel); in relocateNonAlloc() 995 (f->getRelocTargetSym(*it).getVA(0) + getAddend<ELFT>(*it)); in relocateNonAlloc()
|
H A D | OutputSections.cpp | 673 rel.getType(config->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 | 33 Expected<int64_t> AddendOrErr = ELFRelocationRef(R).getAddend(); in getELFAddend()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | COFFPlatform.cpp | 905 S.getName().str(), E.getTarget().getAddress() + E.getAddend())); in registerObjectPlatformSectionsInBootstrap()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.cpp | 1650 static void getAddend(uint64_t &, const Elf_Rel_Impl<ELFT, false> &) {} in getAddend() function 1653 static void getAddend(uint64_t &ToSet, const Elf_Rel_Impl<ELFT, true> &Rela) { in getAddend() function 1662 getAddend(ToAdd.Addend, Rel); in initRelocations()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 744 if (auto AddendOrErr = i->getAddend()) in findOPDEntrySection() 1231 if (Expected<int64_t> AddendOrErr = ELFRelocationRef(*RelI).getAddend()) in processRelocationRef()
|
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | PPC64.cpp | 351 return {dyn_cast<Defined>(&sym), getAddend<ELFT>(relas[index])}; in getRelaTocSymAndAddend()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ELFObjectFile.h | 238 Expected<int64_t> getAddend() const { in getAddend() function
|