Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp193 auto UpdateSectionName = Base::Obj.getSectionName(**UpdateSection); in addRelocations() local
194 if (!UpdateSectionName) in addRelocations()
195 return UpdateSectionName.takeError(); in addRelocations()
197 if (Base::isDwarfSection(*UpdateSectionName)) { in addRelocations()
199 dbgs() << " Target is dwarf section " << *UpdateSectionName in addRelocations()
205 dbgs() << " For target section " << *UpdateSectionName << "\n"; in addRelocations()
208 auto *JITSection = Base::G->findSectionByName(*UpdateSectionName); in addRelocations()
212 *UpdateSectionName, in addRelocations()
H A DELF_x86_64.cpp283 auto UpdateSectionName = Obj.getSectionName(**UpdateSection); in addRelocations() local
284 if (!UpdateSectionName) in addRelocations()
285 return UpdateSectionName.takeError(); in addRelocations()
288 if (isDwarfSection(*UpdateSectionName)) { in addRelocations()
290 dbgs() << " Target is dwarf section " << *UpdateSectionName in addRelocations()
296 dbgs() << " For target section " << *UpdateSectionName << "\n"; in addRelocations()
299 auto JITSection = G->findSectionByName(*UpdateSectionName); in addRelocations()
303 *UpdateSectionName, in addRelocations()