Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DCOFF_x86_64.cpp63 const object::SectionRef &FixupSect, in addSingleRelocation() argument
71 COFFRel->SymbolTableIndex, FixupSect.getIndex()), in addSingleRelocation()
83 SymIndex, FixupSect.getIndex()), in addSingleRelocation()
88 orc::ExecutorAddr(FixupSect.getAddress()) + Rel.getOffset(); in addSingleRelocation()
H A DELF_aarch64.cpp140 const typename ELFT::Shdr &FixupSect, in addSingleRelocation() argument
166 orc::ExecutorAddr(FixupSect.sh_addr) + Rel.r_offset; in addSingleRelocation()
H A DELF_riscv.cpp493 const typename ELFT::Shdr &FixupSect, in addSingleRelocation() argument
535 auto FixupAddress = orc::ExecutorAddr(FixupSect.sh_addr) + Rel.r_offset; in addSingleRelocation()