Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/Object/
HDELFObjectFile.h114 const Elf_Rel *getRel(DataRefImpl Rel) const;
598 symbolIdx = getRel(Rel)->getSymbol(EF.isMips64EL()); in getRelocationSymbol()
647 return getRel(Rel)->r_offset; in getROffset()
661 Result = getRel(Rel)->getType(EF.isMips64EL()); in getRelocationType()
686 type = getRel(Rel)->getType(EF.isMips64EL()); in getRelocationTypeName()
729 type = getRel(Rel)->getType(EF.isMips64EL()); in getRelocationValueString()
730 symbol_index = getRel(Rel)->getSymbol(EF.isMips64EL()); in getRelocationValueString()
804 ELFObjectFile<ELFT>::getRel(DataRefImpl Rel) const { in getRel() function