Home
last modified time | relevance | path

Searched refs:setAddend (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFF_x86_64.cpp201 E.setAddend(E.getAddend() - ImageBase->getValue()); in lowerCOFFRelocationEdges()
218 E.setAddend(E.getAddend() - in lowerCOFFRelocationEdges()
H A Dx86_64.cpp120 E.setAddend(E.getAddend() - 4); in optimizeGOTAndStubAccesses()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dppc64.h222 E.setAddend(0); in visitEdge()
H A DJITLink.h96 void setAddend(AddendT Addend) { this->Addend = Addend; } in setAddend() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp946 static void setAddend(Elf_Rel_Impl<ELFT, false> &, uint64_t) {} in setAddend() function
949 static void setAddend(Elf_Rel_Impl<ELFT, true> &Rela, uint64_t Addend) { in setAddend() function
957 setAddend(*Buf, Reloc.Addend); in writeRel()