Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp181 auto RelSectName = Base::Obj.getSectionName(SecRef); in addRelocations() local
182 if (!RelSectName) in addRelocations()
183 return RelSectName.takeError(); in addRelocations()
186 dbgs() << "Adding relocations from section " << *RelSectName << "\n"; in addRelocations()
H A DELF_x86_64.cpp271 auto RelSectName = Obj.getSectionName(SecRef); in addRelocations() local
272 if (!RelSectName) in addRelocations()
273 return RelSectName.takeError(); in addRelocations()
276 dbgs() << "Adding relocations from section " << *RelSectName << "\n"; in addRelocations()