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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h243 return SectionRef(toDRI(Sec), this);
315 DataRefImpl toDRI(const Elf_Shdr *SymTable, unsigned SymbolNum) const { function in class:llvm::object::ELFObjectFile
344 DataRefImpl toDRI(const Elf_Shdr *Sec) const { function in class:llvm::object::ELFObjectFile
350 DataRefImpl toDRI(const Elf_Dyn *Dyn) const { function in class:llvm::object::ELFObjectFile
712 Sec = toDRI(++ESec);
809 Res.emplace_back(toDRI(&Sec), this);
885 return section_iterator(SectionRef(toDRI(*SecOrErr), this));
1030 toDRI(DotSymtabSec,
1040 DataRefImpl Sym = toDRI(SymTab, SymTab->sh_size / sizeof(Elf_Sym));
1049 return symbol_iterator(SymbolRef(toDRI(DotDynSymSe
[all...]

Completed in 108 milliseconds