Home
last modified time | relevance | path

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

/freebsd/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
90 static uint64_t getAddend(InputSectionBase &sec, in getAddend() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h238 Expected<int64_t> getAddend() const { in getAddend() function
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1650 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
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h96 AddendT getAddend() const { return Addend; } in getAddend() function