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.h278 return SectionRef(toDRI(Sec), this); in LLVM_ELF_IMPORT_TYPES_ELFT()
282 return ELFSymbolRef({toDRI(SymTable, SymbolNum), this}); in toSymbolRef()
356 DataRefImpl toDRI(const Elf_Shdr *SymTable, unsigned SymbolNum) const { in toDRI() function
385 DataRefImpl toDRI(const Elf_Shdr *Sec) const { in toDRI() function
391 DataRefImpl toDRI(const Elf_Dyn *Dyn) const { in toDRI() function
898 Sec = toDRI(++ESec); in moveSectionNext()
993 Res.emplace_back(toDRI(&Sec), this); in dynamic_relocation_sections()
1096 return section_iterator(SectionRef(toDRI(*SecOrErr), this)); in getRelocatedSection()
1232 toDRI(DotSymtabSec, in symbol_begin()
1242 DataRefImpl Sym = toDRI(SymTab, SymTab->sh_size / sizeof(Elf_Sym)); in symbol_end()
[all …]