Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h631 auto RelEntries = Obj.relas(RelSect); in forEachRelaRelocation() local
632 if (!RelEntries) in forEachRelaRelocation()
633 return RelEntries.takeError(); in forEachRelaRelocation()
636 for (const typename ELFT::Rela &R : *RelEntries) in forEachRelaRelocation()
681 auto RelEntries = Obj.rels(RelSect); in forEachRelRelocation() local
682 if (!RelEntries) in forEachRelRelocation()
683 return RelEntries.takeError(); in forEachRelRelocation()
686 for (const typename ELFT::Rel &R : *RelEntries) in forEachRelRelocation()