Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DELFObjectFile.h353 const Elf_Rel *getRel(DataRefImpl Rel) const;
839 symbolIdx = getRel(Rel)->getSymbol(EF.isMips64EL()); in getRelocationSymbol()
856 return getRel(Rel)->r_offset; in getRelocationOffset()
865 return getRel(Rel)->getType(EF.isMips64EL()); in getRelocationType()
892 ELFObjectFile<ELFT>::getRel(DataRefImpl Rel) const { in getRel() function