Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h127 Error forEachRelRelocation(const typename ELFT::Shdr &RelSect,
150 Error forEachRelRelocation(const typename ELFT::Shdr &RelSect,
153 return forEachRelRelocation(
563 Error ELFLinkGraphBuilder<ELFT>::forEachRelRelocation( in forEachRelRelocation() function
H A DELF_i386.cpp151 if (Error Err = Base::forEachRelRelocation(RelSect, this, in addRelocations()