Home
last modified time | relevance | path

Searched refs:UpdateSection (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp189 auto UpdateSection = Base::Obj.getSection(SecRef.sh_info); in addRelocations() local
190 if (!UpdateSection) in addRelocations()
191 return UpdateSection.takeError(); in addRelocations()
193 auto UpdateSectionName = Base::Obj.getSectionName(**UpdateSection); in addRelocations()
246 (*UpdateSection)->sh_addr + Rela.r_offset; in addRelocations()
H A DELF_x86_64.cpp279 auto UpdateSection = Obj.getSection(SecRef.sh_info); in addRelocations() local
280 if (!UpdateSection) in addRelocations()
281 return UpdateSection.takeError(); in addRelocations()
283 auto UpdateSectionName = Obj.getSectionName(**UpdateSection); in addRelocations()
336 (*UpdateSection)->sh_addr + Rela.r_offset; in addRelocations()