Home
last modified time | relevance | path

Searched refs:FixupSect (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFF_x86_64.cpp66 const object::SectionRef &FixupSect, in addSingleRelocation() argument
74 COFFRel->SymbolTableIndex, FixupSect.getIndex()), in addSingleRelocation()
86 SymIndex, FixupSect.getIndex()), in addSingleRelocation()
91 orc::ExecutorAddr(FixupSect.getAddress()) + Rel.getOffset(); in addSingleRelocation()
H A DELF_aarch32.cpp160 const typename ELFT::Shdr &FixupSect, in addSingleRelRelocation() argument
181 auto FixupAddress = orc::ExecutorAddr(FixupSect.sh_addr) + Rel.r_offset; in addSingleRelRelocation()
H A DELF_loongarch.cpp361 const typename ELFT::Shdr &FixupSect, in addSingleRelocation() argument
398 auto FixupAddress = orc::ExecutorAddr(FixupSect.sh_addr) + Rel.r_offset; in addSingleRelocation()
H A DELF_aarch64.cpp238 const typename ELFT::Shdr &FixupSect, in addSingleRelocation() argument
264 orc::ExecutorAddr(FixupSect.sh_addr) + Rel.r_offset; in addSingleRelocation()
H A DELF_riscv.cpp878 const typename ELFT::Shdr &FixupSect, in addSingleRelocation() argument
915 auto FixupAddress = orc::ExecutorAddr(FixupSect.sh_addr) + Rel.r_offset; in addSingleRelocation()