Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A Dx86_64.cpp116 E.setAddend(E.getAddend() - 4); in optimizeGOTAndStubAccesses()
H A DCOFF_x86_64.cpp145 E.setAddend(E.getAddend() - *ImageBase); in lowerCOFFRelocationEdges()
/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp912 static void setAddend(Elf_Rel_Impl<ELFT, false> &, uint64_t) {} in setAddend() function
915 static void setAddend(Elf_Rel_Impl<ELFT, true> &Rela, uint64_t Addend) { in setAddend() function
923 setAddend(*Buf, Reloc.Addend); in writeRel()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h89 void setAddend(AddendT Addend) { this->Addend = Addend; } in setAddend() function