Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/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.h208 static inline int64_t getAddend(const typename ELFT::Rel &rel) { getAddend() function
212 static inline int64_t getAddend(const typename ELFT::Rela &rel) { getAddend() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h224 Expected<int64_t> getAddend() const { getAddend() function
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1619 static void getAddend(uint64_t &, const Elf_Rel_Impl<ELFT, false> &) {} getAddend() function
1622 static void getAddend(uint64_t &ToSet, const Elf_Rel_Impl<ELFT, true> &Rela) { getAddend() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h95 AddendT getAddend() const { return Addend; } getAddend() function