Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DMarkLive.cpp77 static uint64_t getAddend(InputSectionBase &sec, in getAddend() function
84 static uint64_t getAddend(InputSectionBase &sec, in getAddend() function
DRelocations.h191 static inline int64_t getAddend(const typename ELFT::Rel &rel) { in getAddend() function
195 static inline int64_t getAddend(const typename ELFT::Rela &rel) { in getAddend() function
/external/llvm/include/llvm/Object/
DELFObjectFile.h158 ErrorOr<int64_t> getAddend() const { in getAddend() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFObjectFile.h198 Expected<int64_t> getAddend() const { in getAddend() function
/external/llvm-project/llvm/include/llvm/Object/
DELFObjectFile.h201 Expected<int64_t> getAddend() const { in getAddend() function
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DObject.cpp1607 static void getAddend(uint64_t &, const Elf_Rel_Impl<ELFT, false> &) {} in getAddend() function
1610 static void getAddend(uint64_t &ToSet, const Elf_Rel_Impl<ELFT, true> &Rela) { in getAddend() function
/external/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h87 AddendT getAddend() const { return Addend; } in getAddend() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h86 AddendT getAddend() const { return Addend; } in getAddend() function