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_loongarch.cpp92 const typename ELFT::Shdr &FixupSect, in addSingleRelocation() argument
116 auto FixupAddress = orc::ExecutorAddr(FixupSect.sh_addr) + Rel.r_offset; in addSingleRelocation()
H A DELF_aarch32.cpp159 const typename ELFT::Shdr &FixupSect, in addSingleRelRelocation() argument
180 auto FixupAddress = orc::ExecutorAddr(FixupSect.sh_addr) + Rel.r_offset; in addSingleRelRelocation()
H A DELF_aarch64.cpp157 const typename ELFT::Shdr &FixupSect, in addSingleRelocation() argument
183 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()