Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h548 auto RelEntries = Obj.relas(RelSect); in forEachRelaRelocation() local
549 if (!RelEntries) in forEachRelaRelocation()
550 return RelEntries.takeError(); in forEachRelaRelocation()
553 for (const typename ELFT::Rela &R : *RelEntries) in forEachRelaRelocation()
595 auto RelEntries = Obj.rels(RelSect); in forEachRelRelocation() local
596 if (!RelEntries) in forEachRelRelocation()
597 return RelEntries.takeError(); in forEachRelRelocation()
600 for (const typename ELFT::Rel &R : *RelEntries) in forEachRelRelocation()