Searched refs:getImplicitAddend (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/MachO/
H A DTarget.h41 getImplicitAddend(llvm::MemoryBufferRef, const llvm::MachO::section_64 &,
H A DInputFiles.cpp183 uint64_t rawAddend = target->getImplicitAddend(mb, sec, rel);
/freebsd-13-stable/contrib/llvm-project/lld/MachO/Arch/
H A DX86_64.cpp28 uint64_t getImplicitAddend(MemoryBufferRef, const section_64 &,
71 uint64_t X86_64::getImplicitAddend(MemoryBufferRef mb, const section_64 &sec, function in class:X86_64
135 "getImplicitAddend should have flagged all unhandled relocation types");
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DARMErrataFix.cpp162 offset = target->getImplicitAddend(buf, R_ARM_THM_JUMP19);
164 offset = target->getImplicitAddend(buf, R_ARM_THM_JUMP24);
166 offset = target->getImplicitAddend(buf, R_ARM_THM_CALL);
H A DTarget.cpp132 int64_t TargetInfo::getImplicitAddend(const uint8_t *buf, RelType type) const { function in class:TargetInfo
H A DMarkLive.cpp79 return target->getImplicitAddend(sec.data().begin() + rel.r_offset,
H A DTarget.h36 virtual int64_t getImplicitAddend(const uint8_t *buf, RelType type) const;
H A DInputSection.cpp467 addend = target->getImplicitAddend(bufLoc, type);
881 addend += target->getImplicitAddend(bufLoc, type);
H A DRelocations.cpp638 return target->getImplicitAddend(buf + ri->r_offset, pairTy);
659 addend = target->getImplicitAddend(buf + rel.r_offset, type);
/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
H A DX86.cpp29 int64_t getImplicitAddend(const uint8_t *buf, RelType type) const override;
246 int64_t X86::getImplicitAddend(const uint8_t *buf, RelType type) const { function in class:X86
H A DARM.cpp32 int64_t getImplicitAddend(const uint8_t *buf, RelType type) const override;
722 int64_t ARM::getImplicitAddend(const uint8_t *buf, RelType type) const {
H A DMips.cpp31 int64_t getImplicitAddend(const uint8_t *buf, RelType type) const override;
384 int64_t MIPS<ELFT>::getImplicitAddend(const uint8_t *buf, RelType type) const { function in class:MIPS

Completed in 85 milliseconds