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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DMarkLive.cpp77 static uint64_t getAddend(InputSectionBase &sec, function
84 static uint64_t getAddend(InputSectionBase &sec, function
H A DRelocations.h190 static inline int64_t getAddend(const typename ELFT::Rel &rel) { function in namespace:lld::elf
194 static inline int64_t getAddend(const typename ELFT::Rela &rel) { function in namespace:lld::elf
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h87 AddendT getAddend() const { return Addend; } function in class:llvm::jitlink::Edge
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h198 Expected<int64_t> getAddend() const { function in class:llvm::object::ELFRelocationRef
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp1430 static void getAddend(uint64_t &ToSet, const Elf_Rel_Impl<ELFT, false> &Rel) {} function in namespace:llvm::objcopy
1433 static void getAddend(uint64_t &ToSet, const Elf_Rel_Impl<ELFT, true> &Rela) { function in namespace:llvm::objcopy

Completed in 144 milliseconds