Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DELFObjectFile.h145 DataRefImpl toDRI(Elf_Sym_Iter Symb) const { in toDRI() function
157 DataRefImpl toDRI(Elf_Shdr_Iter Sec) const { in toDRI() function
163 DataRefImpl toDRI(const Elf_Shdr *Sec) const { in toDRI() function
174 DataRefImpl toDRI(Elf_Dyn_Iter Dyn) const { in toDRI() function
254 Symb = toDRI(++toELFSymIter(Symb)); in moveSymbolNext()
433 Sec = toDRI(++toELFShdrIter(Sec)); in moveSectionNext()
542 return section_iterator(SectionRef(toDRI(R), this)); in getRelocatedSection()
578 SymbolData = toDRI(EF.begin_symbols() + symbolIdx); in getRelocationSymbol()
581 SymbolData = toDRI(EF.begin_dynamic_symbols() + symbolIdx); in getRelocationSymbol()
804 return basic_symbol_iterator(SymbolRef(toDRI(EF.begin_symbols()), this)); in symbol_begin_impl()
[all …]