Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h630 auto RelEntries = Obj.relas(RelSect); in forEachRelaRelocation() local
631 if (!RelEntries) in forEachRelaRelocation()
632 return RelEntries.takeError(); in forEachRelaRelocation()
635 for (const typename ELFT::Rela &R : *RelEntries) in forEachRelaRelocation()
680 auto RelEntries = Obj.rels(RelSect); in forEachRelRelocation() local
681 if (!RelEntries) in forEachRelRelocation()
682 return RelEntries.takeError(); in forEachRelRelocation()
685 for (const typename ELFT::Rel &R : *RelEntries) in forEachRelRelocation()