Searched defs:getAddend (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | MarkLive.cpp | 96 static uint64_t getAddend(Ctx &ctx, InputSectionBase &sec, in getAddend() function 103 static uint64_t getAddend(Ctx &, InputSectionBase &sec, in getAddend() function 110 static uint64_t getAddend(Ctx &, InputSectionBase &sec, in getAddend() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | ELFObjectFile.h | 241 Expected<int64_t> getAddend() const { in getAddend() function
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.cpp | 1647 static void getAddend(uint64_t &, const Elf_Rel_Impl<ELFT, false> &) {} in getAddend() function 1650 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 D | JITLink.h | 97 AddendT getAddend() const { return Addend; } in getAddend() function
|