Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h275 return SectionRef(toDRI(Sec), this); in LLVM_ELF_IMPORT_TYPES_ELFT()
279 return ELFSymbolRef({toDRI(SymTable, SymbolNum), this}); in toSymbolRef()
353 DataRefImpl toDRI(const Elf_Shdr *SymTable, unsigned SymbolNum) const { in toDRI() function
382 DataRefImpl toDRI(const Elf_Shdr *Sec) const { in toDRI() function
388 DataRefImpl toDRI(const Elf_Dyn *Dyn) const { in toDRI() function
892 Sec = toDRI(++ESec); in moveSectionNext()
988 Res.emplace_back(toDRI(&Sec), this); in dynamic_relocation_sections()
1091 return section_iterator(SectionRef(toDRI(*SecOrErr), this)); in getRelocatedSection()
1227 toDRI(DotSymtabSec, in symbol_begin()
1237 DataRefImpl Sym = toDRI(SymTab, SymTab->sh_size / sizeof(Elf_Sym)); in symbol_end()
[all …]