Home
last modified time | relevance | path

Searched defs:getAddend (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DMarkLive.cpp76 static uint64_t getAddend(InputSectionBase &sec, in getAddend() function
83 static uint64_t getAddend(InputSectionBase &sec, in getAddend() function
H A DRelocations.h195 static inline int64_t getAddend(const typename ELFT::Rel &rel) { in getAddend() function
199 static inline int64_t getAddend(const typename ELFT::Rela &rel) { in getAddend() function
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DELFObjectFile.h213 Expected<int64_t> getAddend() const { in getAddend() function
/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1583 static void getAddend(uint64_t &, const Elf_Rel_Impl<ELFT, false> &) {} in getAddend() function
1586 static void getAddend(uint64_t &ToSet, const Elf_Rel_Impl<ELFT, true> &Rela) { in getAddend() function
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h88 AddendT getAddend() const { return Addend; } in getAddend() function