Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86_64.cpp434 auto RelSectName = Obj.getSectionName(SecRef); in addRelocations() local
435 if (!RelSectName) in addRelocations()
436 return RelSectName.takeError(); in addRelocations()
439 dbgs() << "Adding relocations from section " << *RelSectName << "\n"; in addRelocations()